OpenSearch/plugins
Jim Ferenczi bd6e2592a7 Remove the SearchContext from the highlighter context (#47733)
Today built-in highlighter and plugins have access to the SearchContext through the
highlighter context. However most of the information exposed in the SearchContext are not needed and a QueryShardContext
would be enough to perform highlighting. This change replaces the SearchContext by the informations that are absolutely
required by highlighter: a QueryShardContext and the SearchContextHighlight. This change allows to reduce the exposure of the
complex SearchContext and remove the needs to clone it in the percolator sub phase.

Relates #47198
Relates #46523
2019-10-10 10:34:10 +02:00
..
analysis-icu [DOCS] Correct typo in ICU Analysis plugin description (#47175) (#47219) 2019-09-27 13:04:14 -04:00
analysis-kuromoji Add support for inlined user dictionary in the Kuromoji plugin (#45489) 2019-08-21 16:28:30 +02:00
analysis-nori Add support for inlined user dictionary in the Kuromoji plugin (#45489) 2019-08-21 16:28:30 +02:00
analysis-phonetic Upgrade to Lucene 8.2.0 release (#44859) (#44892) 2019-07-26 08:14:59 +02:00
analysis-smartcn Upgrade to Lucene 8.2.0 release (#44859) (#44892) 2019-07-26 08:14:59 +02:00
analysis-stempel Upgrade to Lucene 8.2.0 release (#44859) (#44892) 2019-07-26 08:14:59 +02:00
analysis-ukrainian Upgrade to Lucene 8.2.0 release (#44859) (#44892) 2019-07-26 08:14:59 +02:00
discovery-azure-classic Update http-core and http-client dependencies (#46549) 2019-09-12 09:45:29 +02:00
discovery-ec2 Update AWS SDK for repository-s3 plugin to support IAM Roles for Service Accounts (#46969) (#47004) 2019-09-24 17:15:11 +02:00
discovery-gce Update http-core and http-client dependencies (#46549) 2019-09-12 09:45:29 +02:00
examples Add explanations to script score queries (#46693) (#47548) 2019-10-03 21:05:05 -07:00
ingest-attachment Ingest Attachment: Upgrade tika to v1.22 (#45575) 2019-08-19 18:17:16 -04:00
mapper-annotated-text Remove the SearchContext from the highlighter context (#47733) 2019-10-10 10:34:10 +02:00
mapper-murmur3 Small refactorings to analysis components (#40745) 2019-04-03 14:22:16 +02:00
mapper-size Remove -Xlint exclusions in all plugins. (#40721) 2019-04-04 08:30:34 +02:00
repository-azure Simplify some Common ActionRunnable Uses (#47799) (#47828) 2019-10-09 23:29:50 +02:00
repository-gcs Differentiate base paths in repository integration tests (#47284) (#47300) 2019-10-01 08:39:55 +02:00
repository-hdfs Remove eclipse conditionals (#44075) 2019-10-03 11:55:00 +03:00
repository-s3 Differentiate base paths in repository integration tests (#47284) (#47300) 2019-10-01 08:39:55 +02:00
store-smb Remove usage of FileSwitchDirectory (#42937) 2019-06-12 19:35:27 +02:00
transport-nio Upgrade to Netty 4.1.38 (#45132) (#45364) 2019-08-09 03:38:14 +02:00
build.gradle Testclsuters: convert plugins qa projects (#41496) 2019-04-26 08:57:52 -07:00