OpenSearch/docs
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
..
community [DOC] Added a link to the official Ruby client to the "Clients" page 2013-11-04 11:47:14 +01:00
groovy-api Add more anchor links to documentation 2013-09-30 13:13:16 -06:00
java-api Dist. Percolation: Use .percolator instead of _percolator for type name 2013-11-05 20:02:59 +01:00
perl [Docs] Typo 2013-10-15 17:27:05 +02:00
python Added brief overview of the python client to the guide 2013-10-16 17:45:05 +02:00
reference Change 'standart' analyzer to use emtpy stopword list by default. 2013-11-05 21:07:21 +01:00
river [DOCS] Fixed typo 2013-10-05 17:10:30 +02:00
ruby [DOCS] Added a basic information about the official Ruby client to documentation 2013-11-04 11:46:36 +01:00