-
Notifications
You must be signed in to change notification settings - Fork 737
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 span queries #304
Comments
Looks like all these queries are quite different. This means, every query will have its own implementation? |
Yes, every query should be implemented as it own class. |
Maybe it's better to create issue with all missing filters and queries? |
I would do it one by one. Otherwise the issue is too big to be implemented at once and I also prefer small pull requests. |
Is there already some progress on this? I don't need it urgently but it would be nice to have it in a future release. For now I created the query array myself like:
wich gives me: { |
As far as I know, there is no progress here. It would be nice if you could push it forward so we have it in the next release. |
http://www.elasticsearch.org/guide/reference/query-dsl/span-first-query.html
http://www.elasticsearch.org/guide/reference/query-dsl/span-near-query.html
http://www.elasticsearch.org/guide/reference/query-dsl/span-not-query.html
http://www.elasticsearch.org/guide/reference/query-dsl/span-or-query.html
http://www.elasticsearch.org/guide/reference/query-dsl/span-term-query.html
The text was updated successfully, but these errors were encountered: