Browse Source

Update stop-analyzer.asciidoc (#23195)

Clarified where the stopwords file needs to live
markwalkom 8 years ago
parent
commit
ced99dde50
1 changed files with 2 additions and 1 deletions
  1. 2 1
      docs/reference/analysis/analyzers/stop-analyzer.asciidoc

+ 2 - 1
docs/reference/analysis/analyzers/stop-analyzer.asciidoc

@@ -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