OpenSearch/docs/reference/search/suggesters
Areek Zillur d107141bf6 Remove payload option from completion suggester
The payload option was introduced with the new completion
suggester implementation in v5, as a stop gap solution
to return additional metadata with suggestions.

Now we can return associated documents with suggestions
(#19536) through fetch phase using stored field (_source).
The additional fetch phase ensures that we only fetch
the _source for the global top-N suggestions instead of
fetching _source of top results for each shard.
2016-08-08 16:04:06 -04:00
..
completion-suggest.asciidoc Remove payload option from completion suggester 2016-08-08 16:04:06 -04:00
context-suggest.asciidoc Docs: Fixed callout error that broke the build. 2016-08-03 17:20:00 -07:00
phrase-suggest.asciidoc Consolify term and phrase suggester docs 2016-07-26 12:28:31 -04:00
term-suggest.asciidoc Fix typos in docs. 2016-02-09 02:07:32 -08:00