Docs: add the predefined language-specific stopword lists to stop-tokenfilter.asciidoc

This commit is contained in:
Jun Ohtani 2014-10-16 13:20:38 +09:00
parent e3d379fb08
commit 533c1084ec
1 changed files with 3 additions and 2 deletions

View File

@ -72,7 +72,8 @@ Elasticsearch provides the following predefined list of languages:
`_arabic_`, `_armenian_`, `_basque_`, `_brazilian_`, `_bulgarian_`,
`_catalan_`, `_czech_`, `_danish_`, `_dutch_`, `_english_`, `_finnish_`,
`_french_`, `_galician_`, `_german_`, `_greek_`, `_hindi_`, `_hungarian_`,
`_indonesian_`, `_italian_`, `_norwegian_`, `_persian_`, `_portuguese_`,
`_romanian_`, `_russian_`, `_spanish_`, `_swedish_`, `_turkish_`.
`_indonesian_`, `_irish_`, `_italian_`, `_latvian_`, `_norwegian_`, `_persian_`,
`_portuguese_`, `_romanian_`, `_russian_`, `_sorani_`, `_spanish_`,
`_swedish_`, `_thai_`, `_turkish_`.
For the empty stopwords list (to disable stopwords) use: `_none_`.