OpenSearch/docs
Alexander Reelsen 4d19239ec4 Add support for Lucene SuggestStopFilter
The suggest stop filter is an improved version of the stop filter, which
takes stopwords only into account if the last char of a query is a
whitespace. This allows you to keep stopwords, but to allow suggesting for
"a".

Example: Index document content "a word". You are now able to suggest for
"a" and get back results in the completion suggester, if the suggest stop
filter is used on the query side, but will not get back any results for
"a " as this is identified as a stopword.

The implementation allows to set the `remove_trailing` parameter for a
custom stop filter and thus use the suggest stop filter instead of the
standard stop filter.
2013-10-15 16:12:02 +02:00
..
community Add monitoring link for es2graphite. 2013-10-09 10:47:59 +02:00
groovy-api Add more anchor links to documentation 2013-09-30 13:13:16 -06:00
java-api Fix small doc mistakes 2013-10-10 11:20:13 +02:00
reference Add support for Lucene SuggestStopFilter 2013-10-15 16:12:02 +02:00
river [DOCS] Fixed typo 2013-10-05 17:10:30 +02:00