[Docs] Correct default stop list constant (#41342)
This commit is contained in:
parent
122e727d28
commit
48a17d5768
|
@ -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`::
|
||||||
|
|
||||||
|
|
|
@ -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`::
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue