OpenSearch/docs/reference
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
..
analysis Change 'standart' analyzer to use emtpy stopword list by default. 2013-11-05 21:07:21 +01:00
cluster Clean up wording to reduce confusion 2013-10-21 12:37:50 +01:00
docs mget API should support global routing parameter 2013-10-28 21:05:55 +01: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 [DOC] Improve documentation on search stats groups 2013-11-01 13:53:39 +01:00
mapping rename and document "index.mapping.date.parse_upper_inclusive" setting for date fields 2013-10-28 15:48:31 +01:00
modules [DOCS] Add some documentation about the performance of `_source` usage in scripts. 2013-11-04 11:05:55 +01:00
query-dsl Added simplified range syntax to query string docs 2013-11-04 18:18:36 +01:00
search Dist. Percolation: Use .percolator instead of _percolator for type name 2013-11-05 20:02:59 +01:00
setup [DOCS] Extending setup as a service documentation 2013-10-29 13:58:06 +01: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 a GetFieldMapping API 2013-10-30 16:16:36 +01: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] update reference to remove documentation about percolating during an index, bulk or update request. 2013-10-16 16:31:36 +02:00
setup.asciidoc add docs on new service.bat facility 2013-09-23 18:24:31 +03:00