We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi Yousef! Helps a lot with your project! I have one question. How can we implement the multisearch (msearch) or something like this:
{"query":{"bool":{"must":{"match":{"location.city":"new york"}},"filter":{"geo_distance":{"distance":"50m","location.geopoint":"45.405505, 3.150756"}}}},"sort":[{"_geo_distance":{"location.geopoint":"43.405505,3.150756","order":"asc","unit":"km","distance_type":"plane"}}]}
Thanks a lot!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi Yousef! Helps a lot with your project! I have one question. How can we implement the multisearch (msearch) or something like this:
{"query":{"bool":{"must":{"match":{"location.city":"new york"}},"filter":{"geo_distance":{"distance":"50m","location.geopoint":"45.405505, 3.150756"}}}},"sort":[{"_geo_distance":{"location.geopoint":"43.405505,3.150756","order":"asc","unit":"km","distance_type":"plane"}}]}
Thanks a lot!
The text was updated successfully, but these errors were encountered: