OpenSearch/docs/reference/search/suggesters
Adrien Grand 1b660821a2
Allow `_doc` as a type. (#27816)
Allowing `_doc` as a type will enable users to make the transition to 7.0
smoother since the index APIs will be `PUT index/_doc/id` and `POST index/_doc`.
This also moves most of the documentation to `_doc` as a type name.

Closes #27750
Closes #27751
2017-12-14 17:47:53 +01:00
..
completion-suggest.asciidoc Allow `_doc` as a type. (#27816) 2017-12-14 17:47:53 +01:00
context-suggest.asciidoc Allow `_doc` as a type. (#27816) 2017-12-14 17:47:53 +01: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