Skip to content

Commit

Permalink
Remove 'under development' note in suggester docs (#84366)
Browse files Browse the repository at this point in the history
In the intro, we mention that parts of the feature are still under development.
This is not very helpful information for users, and could give the wrong
impression about its maturity.
  • Loading branch information
jtibshirani committed Feb 24, 2022
1 parent 927d249 commit d9ef39f
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions docs/reference/search/suggesters.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
=== Suggesters

Suggests similar looking terms based on a provided text by using a suggester.
Parts of the suggest feature are still under development.

[source,console]
--------------------------------------------------
Expand All @@ -29,18 +28,18 @@ POST my-index-000001/_search
[[search-suggesters-api-request]]
==== {api-request-title}

The suggest feature suggests similar looking terms based on a provided text by
using a suggester. The suggest request part is defined alongside the query part
in a `_search` request. If the query part is left out, only suggestions are
The suggest feature suggests similar looking terms based on a provided text by
using a suggester. The suggest request part is defined alongside the query part
in a `_search` request. If the query part is left out, only suggestions are
returned.


[[search-suggesters-api-example]]
==== {api-examples-title}

Several suggestions can be specified per request. Each suggestion is identified
with an arbitrary name. In the example below two suggestions are requested. Both
`my-suggest-1` and `my-suggest-2` suggestions use the `term` suggester, but have
Several suggestions can be specified per request. Each suggestion is identified
with an arbitrary name. In the example below two suggestions are requested. Both
`my-suggest-1` and `my-suggest-2` suggestions use the `term` suggester, but have
a different `text`.

[source,console]
Expand Down

0 comments on commit d9ef39f

Please sign in to comment.