OpenSearch/modules/percolator
Jim Ferenczi 401f4ba2ce Fix percolator highlight sub fetch phase to not highlight query twice (#26622)
* Fix percolator highlight sub fetch phase to not highlight query twice

The PercolatorHighlightSubFetchPhase does not override hitExecute and since it extends HighlightPhase the search hits
are highlighted twice (by the highlight phase and then by the percolator). This does not alter the results, the second highlighting
just overrides the first one but this slow down the request because it duplicates the work.
2017-09-14 09:31:14 +02:00
..
src Fix percolator highlight sub fetch phase to not highlight query twice (#26622) 2017-09-14 09:31:14 +02:00
build.gradle Move non-core mappers to a module. (#26549) 2017-09-13 17:58:53 +02:00