Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support other compound queries #64

Closed
4 tasks done
dbulaja98 opened this issue Jan 31, 2023 · 0 comments
Closed
4 tasks done

Support other compound queries #64

dbulaja98 opened this issue Jan 31, 2023 · 0 comments
Labels
good first issue Good for newcomers lambda-hacks-1 1st ZIO Elasticsearch LambdaWorks' Hackathon (June 24th, 2023)

Comments

@dbulaja98
Copy link
Collaborator

dbulaja98 commented Jan 31, 2023

Description:

At the moment we have only bool compound query. We would like to support other queries too:

  • - boosting query
  • - constant_score query
  • - dis_max query
  • - function_score query

More about each query can be found here: https://www.elastic.co/guide/en/elasticsearch/reference/7.17/compound-queries.html

@drmarjanovic drmarjanovic added good first issue Good for newcomers lambda-hacks-1 1st ZIO Elasticsearch LambdaWorks' Hackathon (June 24th, 2023) labels Jun 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers lambda-hacks-1 1st ZIO Elasticsearch LambdaWorks' Hackathon (June 24th, 2023)
Projects
None yet
Development

No branches or pull requests

2 participants