[Docs] Correct default stop list constant (#41342)

This commit is contained in:
Guilherme Ferreira 2019-04-23 19:12:41 +02:00 committed by Christoph Büscher
parent 122e727d28
commit 48a17d5768
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ The `fingerprint` analyzer accepts the following parameters:
`stopwords`:: `stopwords`::
A pre-defined stop words list like `_english_` or an array containing a A pre-defined stop words list like `_english_` or an array containing a
list of stop words. Defaults to `\_none_`. list of stop words. Defaults to `_none_`.
`stopwords_path`:: `stopwords_path`::

View File

@ -159,7 +159,7 @@ The `pattern` analyzer accepts the following parameters:
`stopwords`:: `stopwords`::
A pre-defined stop words list like `_english_` or an array containing a A pre-defined stop words list like `_english_` or an array containing a
list of stop words. Defaults to `\_none_`. list of stop words. Defaults to `_none_`.
`stopwords_path`:: `stopwords_path`::