Skip to content

Commit 9441a65

Browse files
authored
Change keep_words_path type from array to string
1 parent 47a3e5c commit 9441a65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/text-analysis/analysis-keep-words-tokenfilter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Either this parameter or `keep_words_path` must be specified.
5151

5252

5353
`keep_words_path`
54-
: (Required*, array of strings) Path to a file that contains a list of words to keep. Only tokens that match words in this list are included in the output.
54+
: (Required*, string) Path to a file that contains a list of words to keep. Only tokens that match words in this list are included in the output.
5555

5656
This path must be absolute or relative to the `config` location, and the file must be UTF-8 encoded. Each word in the file must be separated by a line break.
5757

0 commit comments

Comments
 (0)