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
Use case is to be able to wrap prefix queries within span_multi clause (http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-span-multi-term-query.html) like the following.
https://gist.github.com/ppf2/97e09754163c9a7a4387
However, it looks like the NEST client does not currently support span_multi.
The text was updated successfully, but these errors were encountered:
Add support for span multi term query.
bd83968
Closes #863.
gmarz
No branches or pull requests
Use case is to be able to wrap prefix queries within span_multi clause (http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-span-multi-term-query.html) like the following.
https://gist.github.com/ppf2/97e09754163c9a7a4387
However, it looks like the NEST client does not currently support span_multi.
The text was updated successfully, but these errors were encountered: