OpenSearch/docs/reference/mapping/params
Jim Ferenczi 8250aa4267 Remove the postings highlighter and make unified the default highlighter choice (#25028)
This change removes the `postings` highlighter. This highlighter has been removed from Lucene master (7.x) because it behaves
exactly like the `unified` highlighter when index_options is set to `offsets`:
https://issues.apache.org/jira/browse/LUCENE-7815

It also makes the `unified` highlighter the default choice for highlighting a field (if `type` is not provided).
The strategy used internally by this highlighter remain the same as before, it checks `term_vectors` first, then `postings` and ultimately it re-analyzes the text.
Ultimately it rewrites the docs so that the options that the `unified` highlighter cannot handle are clearly marked as such.
There are few features that the `unified` highlighter is not able to handle which is why the other highlighters (`plain` and `fvh`) are still available.
I'll open separate issues for these features and we'll deprecate the `fvh` and `plain` highlighters when full support for these features have been added to the `unified`.
2017-06-09 14:09:57 +02:00
..
analyzer.asciidoc CONSOLEify some more docs 2017-04-24 16:08:19 -04:00
boost.asciidoc Renamed all AUTOSENSE snippets to CONSOLE (#18210) 2016-05-09 15:42:23 +02:00
coerce.asciidoc Renamed all AUTOSENSE snippets to CONSOLE (#18210) 2016-05-09 15:42:23 +02:00
copy-to.asciidoc Renamed all AUTOSENSE snippets to CONSOLE (#18210) 2016-05-09 15:42:23 +02:00
doc-values.asciidoc [Docs] Remove outdated info about enabling/disabling doc_values (#22694) 2017-01-19 17:33:40 +01:00
dynamic.asciidoc Renamed all AUTOSENSE snippets to CONSOLE (#18210) 2016-05-09 15:42:23 +02:00
eager-global-ordinals.asciidoc Reorganize docs of global ordinals. (#24982) 2017-06-01 16:47:44 +02:00
enabled.asciidoc Renamed all AUTOSENSE snippets to CONSOLE (#18210) 2016-05-09 15:42:23 +02:00
fielddata.asciidoc Reorganize docs of global ordinals. (#24982) 2017-06-01 16:47:44 +02:00
format.asciidoc [DOCS] Document all date formats (#21164) 2016-10-31 09:15:36 -06:00
ignore-above.asciidoc Renamed all AUTOSENSE snippets to CONSOLE (#18210) 2016-05-09 15:42:23 +02:00
ignore-malformed.asciidoc Renamed all AUTOSENSE snippets to CONSOLE (#18210) 2016-05-09 15:42:23 +02:00
index-options.asciidoc Remove the postings highlighter and make unified the default highlighter choice (#25028) 2017-06-09 14:09:57 +02:00
index.asciidoc Minor doc changes to clarify mapping index param for string type (#22652) 2017-01-17 16:43:11 +01:00
multi-fields.asciidoc Renamed all AUTOSENSE snippets to CONSOLE (#18210) 2016-05-09 15:42:23 +02:00
normalizer.asciidoc Made the same length of opening and closing lines (#23583) 2017-06-09 00:50:43 -07:00
norms.asciidoc Renamed all AUTOSENSE snippets to CONSOLE (#18210) 2016-05-09 15:42:23 +02:00
null-value.asciidoc Renamed all AUTOSENSE snippets to CONSOLE (#18210) 2016-05-09 15:42:23 +02:00
position-increment-gap.asciidoc First pass at improving analyzer docs (#18269) 2016-05-11 14:17:56 +02:00
properties.asciidoc Renamed all AUTOSENSE snippets to CONSOLE (#18210) 2016-05-09 15:42:23 +02:00
search-analyzer.asciidoc Renamed all AUTOSENSE snippets to CONSOLE (#18210) 2016-05-09 15:42:23 +02:00
similarity.asciidoc Adds boolean similarity to Elasticsearch (#23637) 2017-03-28 10:17:23 -04:00
store.asciidoc Restore reverted change now that alpha4 is out: 2016-07-04 10:39:49 +02:00
term-vector.asciidoc Renamed all AUTOSENSE snippets to CONSOLE (#18210) 2016-05-09 15:42:23 +02:00