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

Remove filter from PhraseSuggester collate #11195

Closed
wants to merge 1 commit into from

Conversation

areek
Copy link
Contributor

@areek areek commented May 15, 2015

This commit removes the ability to use filter for PhraseSuggester collate.
Only query can be used for collation.
Internally, a collate query is executed as an exists query. So specifying a
filter does not have any benefits.

…ollate.

Only `query` can be used for collation.

Internally, a collate query is executed as an exists query. So specifying a
filter does not have any benefits.
@areek areek added >enhancement v2.0.0-beta1 review :Search/Suggesters "Did you mean" and suggestions as you type v1.6.0 labels May 15, 2015
@s1monw
Copy link
Contributor

s1monw commented May 29, 2015

@areek let's deprecate this in 1.6 and push this as is to 2.0 ok? LGTM though

@areek areek removed the v1.6.0 label May 29, 2015
@areek
Copy link
Contributor Author

areek commented May 29, 2015

committed to 2.0 (fb8cd53)

@areek areek closed this May 29, 2015
@kevinkluge kevinkluge removed the review label May 29, 2015
areek added a commit to areek/elasticsearch that referenced this pull request Jun 2, 2015
Collate filter option is removed in v2.0.0, use collate query for
collation in PhraseSuggester.

see elastic#11195
areek added a commit that referenced this pull request Jun 2, 2015
DOCS: Deprecate filter option in PhraseSuggester collate
Collate filter option is removed in v2.0.0, use collate query for
collation in PhraseSuggester.
see #11195
olivere added a commit to olivere/elastic that referenced this pull request Jun 24, 2016
The `filter` has been removed from 2.0. See
elastic/elasticsearch#11195.

See #299
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>enhancement :Search/Suggesters "Did you mean" and suggestions as you type v2.0.0-beta1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants