string.asciidoc: fix for position_increment_gap

Remove  outdated and duplicate description for the `position_increment_gap` parameter.
This commit is contained in:
Sergii Golubev 2016-04-05 23:20:02 +03:00 committed by Nik Everett
parent ba34faa1ef
commit 8430b379d8

View File

@ -104,11 +104,9 @@ The following parameters are accepted by `text` fields:
<<position-increment-gap,`position_increment_gap`>>:: <<position-increment-gap,`position_increment_gap`>>::
The number of fake term positions which should be inserted between
each element of an array of strings. Defaults to 0.
The number of fake term position which should be inserted between each The number of fake term position which should be inserted between each
element of an array of strings. Defaults to the position_increment_gap element of an array of strings. Defaults to the `position_increment_gap`
configured on the analyzer which defaults to 100. 100 was chosen because it configured on the analyzer which defaults to `100`. `100` was chosen because it
prevents phrase queries with reasonably large slops (less than 100) from prevents phrase queries with reasonably large slops (less than 100) from
matching terms across field values. matching terms across field values.