OpenSearch/docs/reference/analysis
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
..
analyzers Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
charfilters Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
tokenfilters Add support for Lucene SuggestStopFilter 2013-10-15 16:12:02 +02:00
tokenizers Fix formatting of the documentation. 2013-09-18 12:35:44 +02:00
analyzers.asciidoc Add more anchor links to documentation 2013-09-30 13:13:16 -06:00
charfilters.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
icu-plugin.asciidoc [DOCS] Updated ICU-Plugin docs from the repo README 2013-10-05 16:31:52 +02:00
tokenfilters.asciidoc [DOCS] Add doc for delimited payload token filter 2013-10-14 13:41:35 +02:00
tokenizers.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00