OpenSearch/docs/reference/search/suggesters
Jim Ferenczi 0f5e570184
Deprecates indexing and querying a context completion field without context (#30712)
This change deprecates completion queries and documents without context that target a
context enabled completion field. Querying without context degrades the search
performance considerably (even when the number of indexed contexts is low).
This commit targets master but the deprecation will take place in 6.x and the functionality
will be removed in 7 in a follow up.

Closes #29222
2018-05-31 16:09:48 +02:00
..
completion-suggest.asciidoc Default to one shard (#30539) 2018-05-14 12:22:35 -04:00
context-suggest.asciidoc Deprecates indexing and querying a context completion field without context (#30712) 2018-05-31 16:09:48 +02:00
misc.asciidoc Use `typed_keys` parameter to prefix suggester names by type in search responses (#23080) 2017-02-10 10:53:38 +01:00
phrase-suggest.asciidoc Fix Laplace scorer to multiply by alpha (and not add) (#27125) 2017-10-31 13:08:44 +01:00
term-suggest.asciidoc Deprecate `jarowinkler` in favor of `jaro_winkler` (#27526) 2017-11-30 12:49:34 +00:00