You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently collate option in PhraseSuggester only filters out phrases that did not match any documents. It would be useful if it also allowed returning all the generated phrases with some indicator to whether there were any doc matches for the entries.
…o matching docs
A new option `prune` has been added to allow users to control phrase suggestion pruning when `collate`
is set. If the new option is set, the phrase suggestion option will contain a boolean `collate_match`
indicating whether the respective result had hits in collation.
CLoseselastic#6927
…o matching docs
A new option `prune` has been added to allow users to control phrase suggestion pruning when `collate`
is set. If the new option is set, the phrase suggestion option will contain a boolean `collate_match`
indicating whether the respective result had hits in collation.
CLoses#6927
Currently
collate
option inPhraseSuggester
only filters out phrases that did not match any documents. It would be useful if it also allowed returning all the generated phrases with some indicator to whether there were any doc matches for the entries.Related #3482
The text was updated successfully, but these errors were encountered: