Update stop-analyzer.asciidoc (#23195)

Clarified where the stopwords file needs to live
This commit is contained in:
markwalkom 2017-02-16 23:35:45 +11:00 committed by Clinton Gormley
parent 3f07fcef64
commit ced99dde50
1 changed files with 2 additions and 1 deletions

View File

@ -126,7 +126,8 @@ The `stop` analyzer accepts the following parameters:
`stopwords_path`::
The path to a file containing stop words.
The path to a file containing stop words. This path is relative to the
Elasticsearch `config` directory.
See the <<analysis-stop-tokenfilter,Stop Token Filter>> for more information