OpenSearch/modules
Ryan Ernst f32692208e
Add explanations to script score queries (#46693) (#47548)
While function scores using scripts do allow explanations, they are only
creatable with an expert plugin. This commit improves the situation for
the newer script score query by adding the ability to set the
explanation from the script itself.

To set the explanation, a user would check for `explanation != null` to
indicate an explanation is needed, and then call
`explanation.set("some description")`.
2019-10-03 21:05:05 -07:00
..
aggs-matrix-stats Replace the SearchContext with QueryShardContext when building aggregator factories (#46527) 2019-09-11 16:43:30 +02:00
analysis-common Reset Token position on reuse in scripted analysis (#47424) 2019-10-02 11:27:04 +01:00
ingest-common Allow ingest processors to execute in a non blocking manner. (#47122) 2019-09-26 08:55:28 +02:00
ingest-geoip Fix GeoIpProcessorFactoryTests on windows (#45668) 2019-08-28 18:02:25 -04:00
ingest-user-agent Expose cache setting in UserAgentPlugin (#46533) 2019-09-16 11:30:38 +02:00
lang-expression Add explanations to script score queries (#46693) (#47548) 2019-10-03 21:05:05 -07:00
lang-mustache Update mustache dependency to 0.9.6 (#46243) 2019-09-09 13:42:03 +02:00
lang-painless Add explanations to script score queries (#46693) (#47548) 2019-10-03 21:05:05 -07:00
mapper-extras Add client jar for mapper-extras (#47430) 2019-10-03 01:23:45 +02:00
parent-join Replace SearchContext with QueryShardContext in query builder tests (#46978) 2019-09-23 20:24:02 +02:00
percolator Replace SearchContext with QueryShardContext in query builder tests (#46978) 2019-09-23 20:24:02 +02:00
rank-eval Replace SearchContextException with SearchException (#47046) 2019-09-26 14:21:23 +02:00
reindex Convert most awaitBusy calls to assertBusy (#45794) (#47112) 2019-09-29 12:21:46 +01:00
repository-url Repository plugin test cacheability fixes (#46572) 2019-09-11 08:24:55 -07:00
systemd Mark fields in SystemdPluginTests as final 2019-07-24 17:16:50 +09:00
transport-netty4 Set netty system properties in BuildPlugin (#45881) 2019-09-24 10:49:36 -06:00
build.gradle convert modules to use testclusters (#40804) 2019-04-04 11:45:40 +03:00