OpenSearch/docs/reference
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
..
analysis Add support for Lucene SuggestStopFilter 2013-10-15 16:12:02 +02:00
cluster Uniquify anchor links to fix asciidoc/docbook generation 2013-09-30 15:32:00 -06:00
docs Uniquify anchor links to fix asciidoc/docbook generation 2013-09-30 15:32:00 -06:00
images add docs on new service.bat facility 2013-09-23 18:24:31 +03:00
index-modules [DOCS] Added compound_on_flush docs and updated compound_format 2013-10-15 13:30:56 +02:00
indices [DOCS] Added compound_on_flush docs and updated compound_format 2013-10-15 13:30:56 +02:00
mapping Support year units in date math expressions 2013-10-11 09:24:52 +02:00
modules [DOCS] Added script.disable_dynamic to the scripting page 2013-10-15 12:25:07 +02:00
query-dsl fix naming in function_score 2013-10-14 14:56:59 +02:00
search [DOCS] Reorganised common API conventions 2013-10-13 16:46:56 +02:00
setup removed a duplicate paragraphin config docs 2013-10-14 15:33:56 -07:00
analysis.asciidoc Add more anchor links to documentation 2013-09-30 13:13:16 -06:00
api-conventions.asciidoc [DOCS] Reorganised common API conventions 2013-10-13 16:46:56 +02:00
cluster.asciidoc [DOCS] Reorganised common API conventions 2013-10-13 16:46:56 +02:00
docs.asciidoc [DOCS] Reorganised common API conventions 2013-10-13 16:46:56 +02:00
glossary.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
index-modules.asciidoc [DOCS] Added compound_on_flush docs and updated compound_format 2013-10-15 13:30:56 +02:00
index.asciidoc [DOCS] Reorganised common API conventions 2013-10-13 16:46:56 +02:00
indices.asciidoc Add more anchor links to documentation 2013-09-30 13:13:16 -06:00
mapping.asciidoc Uniquify anchor links to fix asciidoc/docbook generation 2013-09-30 15:32:00 -06:00
modules.asciidoc [DOCS] Removed outdated new/deprecated version notices 2013-09-03 21:28:31 +02:00
query-dsl.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
search.asciidoc [DOCS] Reorganised common API conventions 2013-10-13 16:46:56 +02:00
setup.asciidoc add docs on new service.bat facility 2013-09-23 18:24:31 +03:00