[DOCS] Typo on shingle tokenfilter

This commit is contained in:
Clinton Gormley 2013-10-31 20:18:00 +01:00
parent 3ee9f27fbe
commit 4206cc988e
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ type:
|Setting |Description
|`max_shingle_size` |The maximum shingle size. Defaults to `2`.
|`min_shingle_sizes` |The minimum shingle size. Defaults to `2`.
|`min_shingle_size` |The minimum shingle size. Defaults to `2`.
|`output_unigrams` |If `true` the output will contain the input tokens
(unigrams) as well as the shingles. Defaults to `true`.