mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 22:14:59 +00:00
string.asciidoc: fix for position_increment_gap
Remove outdated and duplicate description for the `position_increment_gap` parameter.
This commit is contained in:
parent
ba34faa1ef
commit
8430b379d8
@ -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.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user