[DOCS] Removed enable_position_increments in stop filter

This commit is contained in:
Clinton Gormley 2013-10-05 17:06:13 +02:00
parent ea05f4538c
commit d062409309
1 changed files with 0 additions and 3 deletions

View File

@ -18,9 +18,6 @@ absolute) to a stopwords file configuration. Each stop word should be in
its own "line" (separated by a line break). The file must be UTF-8
encoded.
|`enable_position_increments` |Set to `true` if token positions should
record the removed stop words, `false` otherwise. Defaults to `true`.
|`ignore_case` |Set to `true` to lower case all words first. Defaults to
`false`.
|=======================================================================