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
As of now the prefix query accepts the following syntax:
{ "prefix" : { "user" : { "prefix" : "ki", "boost" : 2.0 } } }
It would be natural to support value attribute as well. See the following example:
{ "prefix" : { "user" : { "value" : "ki", "boost" : 2.0 } } }
This should be streamlined to also term, wildcard, and span_term, to allow for both value and the query name.
term
wildcard
span_term
value
The text was updated successfully, but these errors were encountered:
Streamline single value with boost queries: Allow for both value and query name to specify the query value, closed by 3406e77.
Sorry, something went wrong.
Merge pull request elastic#192 from mickael-ange/upstream-issue-191
34877d6
Fixed undefined variables when upgrading to Ansible 2.2.0. and the el…
No branches or pull requests
As of now the prefix query accepts the following syntax:
It would be natural to support value attribute as well. See the following example:
This should be streamlined to also
term
,wildcard
, andspan_term
, to allow for bothvalue
and the query name.The text was updated successfully, but these errors were encountered: