OpenSearch/docs/reference/analysis
Simon Willnauer 9654631186 Change 'standart' analyzer to use emtpy stopword list by default.
The 'default' / 'standard' analyzer can be a trappy default sicne it filters
english stopwords by default. Yet a default should not be dedicated to a certain language
since elasticsearch is used in many different scenarios where a standard analysis chain
with specialization to english full-text might be rather counter productive.

This commit changes the 'standard' analyzer to use an empty stopword list for indices
that are created from 1.0.0.Beta1 version onwards but will maintain backwards compatibiliy
for older indices.

Closes #3775
2013-11-05 21:07:21 +01:00
..
analyzers Change 'standart' analyzer to use emtpy stopword list by default. 2013-11-05 21:07:21 +01:00
charfilters Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
tokenfilters [DOCS] Added documentation for the keep word token filter 2013-11-04 18:38:44 +01: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] Added documentation for the keep word token filter 2013-11-04 18:38:44 +01:00
tokenizers.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00