elasticsearch/docs/reference/mapping/params
Mayya Sharipova b460f081c2
[DOCS] _index_prefix for highligh matched_fields (#118569)
Enhance documenation to explain that "_index_prefix" subfield must
be added to `matched_fields` param for highlighting a main field.
When doing prefix queries on fields that are indexed with prefixes,
"_index_prefix" subfield is used. If we try to highlight the main
field, we may not get any results. "_index_prefix" subfield must
be added to `matched_fields` which instructs ES to use matches
from "_index_prefix" to highlight the main field.
2024-12-12 10:24:55 -05:00
..
analyzer.asciidoc
coerce.asciidoc
copy-to.asciidoc [DOCS] Clarify copy_to behavior with strict dynamic mappings (#111408) 2024-08-01 14:37:17 +02:00
doc-values.asciidoc Add extra section on doc-value-only fields to documentation (#84209) 2022-02-22 11:46:10 +01:00
dynamic.asciidoc Add setting to ignore dynamic fields when field limit is reached (#96235) 2024-02-02 05:53:52 -05:00
eager-global-ordinals.asciidoc [DOCS] Remove redirect pages (#88738) 2023-05-24 12:32:46 +01:00
enabled.asciidoc
format.asciidoc Make a minor change to trigger release note process (#113975) 2024-10-24 13:26:15 -04:00
ignore-above.asciidoc Introduce an `ignore_above` index-level setting (#113121) 2024-09-23 18:05:02 +02:00
ignore-malformed.asciidoc Support `ignore_malformed` in boolean fields (#93239) 2023-02-21 18:22:10 +01:00
index-options.asciidoc
index-phrases.asciidoc
index-prefixes.asciidoc [DOCS] _index_prefix for highligh matched_fields (#118569) 2024-12-12 10:24:55 -05:00
index.asciidoc [Docs] Add more details to the `index` option docs (#92606) 2023-01-04 09:09:21 +01:00
meta.asciidoc Tiny tsdb docs update (#95333) 2023-04-18 11:17:31 -04:00
multi-fields.asciidoc [DOCS] Clarify multi-field addition requires update by query for existing documents (#91541) 2022-11-18 12:38:04 +01:00
normalizer.asciidoc
norms.asciidoc
null-value.asciidoc
position-increment-gap.asciidoc
properties.asciidoc
search-analyzer.asciidoc
similarity.asciidoc
store.asciidoc
subobjects.asciidoc Add documentation for passthrough field type (#114720) 2024-10-15 12:05:02 +02:00
term-vector.asciidoc