-
Notifications
You must be signed in to change notification settings - Fork 17
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
Implement Query API #91
Labels
good first issue
Good for newcomers
lambda-hacks-1
1st ZIO Elasticsearch LambdaWorks' Hackathon (June 24th, 2023)
Milestone
Comments
This was referenced Apr 22, 2023
I'm taking prefixQuery |
I'm taking geoPolygonQuery |
I'm taking |
Taking |
This was referenced Jun 24, 2023
This was referenced Aug 14, 2023
This was referenced Nov 17, 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)
Queries
fuzzyQuery
geoBoundingBoxQuery
geoDistanceQuery
geoPolygonQuery
geoShapeQuery
hasChildQuery
hasParentQuery
idsQuery
intervalsQuery
matchBooleanPrefixQuery
matchPhraseQuery
matchPhrasePrefixQuery
multiMatchQuery
nestedQuery
prefixQuery
regexpQuery
scriptQuery
scriptScoreQuery
shapeQuery
simpleQueryStringQuery
termsQuery
termsSetQuery
queryStringQuery
Tips
zio.elasticsearch.query.Queries
zio.elasticsearch.ElasticQuery
, add scaladoc and website documentation for itzio.elasticsearch.query
packagezio.elasticsearch.ElasticQuerySpec
to confirm behaviorit
module) in thezio.elasticsearch.HttpExectorSpec
to confirm the behaviorNote: You can use #48 as a reference. If you feel that the pull request size is growing out of control, feel free to split it but make sure to link this issue in each of the related PRs.
The text was updated successfully, but these errors were encountered: