Skip to content
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

Add string/double Fluent Dictionary Option to MultiMatchQuery #964

Merged
merged 1 commit into from
Sep 25, 2014
Merged

Add string/double Fluent Dictionary Option to MultiMatchQuery #964

merged 1 commit into from
Sep 25, 2014

Conversation

edwinf
Copy link
Contributor

@edwinf edwinf commented Sep 24, 2014

  • For the MultiMatchQuery, this adds an override to OnFieldsWithBoost to
    allow one to specify a list of fields and boost values with string
    values instead of fluent values.
    ** This adds parity to QueryStringQuery.OnFieldsWithBoost

This is useful in the case of multifields where you have no fluent
equivalent of the field name you want to query and boost on.

* For the MultiMatchQuery, this adds an override to OnFieldsWithBoost to
allow one to specify a list of fields and boost values with string
values instead of fluent values.

This is useful in the case of multi-fields where you have no fluent
equivalent of the field name you want to query and boost on.
@gmarz
Copy link
Contributor

gmarz commented Sep 25, 2014

LGTM. Thanks for this @edwinf!

gmarz added a commit that referenced this pull request Sep 25, 2014
Add string/double Fluent Dictionary Option to MultiMatchQuery
@gmarz gmarz merged commit 5cdd6fa into elastic:develop Sep 25, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants