OpenSearch/modules
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
..
aggs-matrix-stats Add doc_count to ParsedMatrixStats (#24952) 2017-05-30 10:16:08 +02:00
analysis-common Remove the postings highlighter and make unified the default highlighter choice (#25028) 2017-06-09 14:09:57 +02:00
ingest-common Add Ingest-Processor specific Rest Endpoints & Add Grok endpoint (#25059) 2017-06-08 15:24:35 -07:00
lang-expression Scripting: Add StatefulFactoryType as optional intermediate factory in script contexts (#24974) 2017-05-30 16:32:14 -07:00
lang-mustache Generate Painless Factory for Creating Script Instances (#25120) 2017-06-07 16:06:11 -07:00
lang-painless Generate Painless Factory for Creating Script Instances (#25120) 2017-06-07 16:06:11 -07:00
parent-join Leverage scorerSupplier when applicable. (#25109) 2017-06-08 10:19:38 +02:00
percolator Always use DisjunctionMaxQuery to build cross fields disjunction (#25115) 2017-06-08 11:18:17 +02:00
reindex Fixed NPEs caused by requests without content. (#23497) 2017-06-05 09:08:14 -06:00
repository-url Tests: Change rest test extension from .yaml to .yml (#24659) 2017-05-16 17:24:35 -07:00
transport-netty4 GET aliases should 404 if aliases are missing 2017-06-06 14:37:29 -04:00
build.gradle Build: Change `gradle run` to use zip distribution (#21001) 2016-10-18 11:48:58 -07:00