OpenSearch/docs/reference/mapping
Nik Everett 4b9664beeb Mapping: Default position_offset_gap to 100
This is much more fiddly than you'd expect it to be because of the way
position_offset_gap is applied in StringFieldMapper. Instead of setting
the default to 100 its simpler to make sure that all the analyzers default
to 100 and that StringFieldMapper doesn't override the default unless the
user specifies something different. Unless the index was created before
2.1, in which case the old default of 0 has to take.

Also postition_offset_gaps less than 0 aren't allowed at all.

New tests test that:
1. the new default doesn't match phrases across values with reasonably low
slop (5)
2. the new default doest match phrases across values with reasonably high
slop (50)
3. you can override the value and phrases work as you'd expect
4. if you leave the value undefined in the mapping and define it on a
custom analyzer the the value from the custom analyzer shines through

Closes #7268
2015-08-25 14:21:50 -04:00
..
dynamic Docs: Mapping docs completely rewritten for 2.0 2015-08-06 17:24:51 +02:00
fields Docs: Prepare plugin and integration docs for 2.0 2015-08-15 18:02:43 +02:00
params Documented the update_all_types setting on PUT mapping 2015-08-12 21:21:37 +02:00
types Mapping: Default position_offset_gap to 100 2015-08-25 14:21:50 -04:00
dynamic-mapping.asciidoc Docs: Mapping docs completely rewritten for 2.0 2015-08-06 17:24:51 +02:00
fields.asciidoc Docs: Another bad asciidoc link 2015-08-15 18:25:34 +02:00
params.asciidoc Docs: Mapping docs completely rewritten for 2.0 2015-08-06 17:24:51 +02:00
types.asciidoc Move the `murmur3` field to a plugin and fix defaults. 2015-08-18 11:41:52 +02:00