OpenSearch/plugins
Adrien Grand b16e2d95af Allow scripts to expose whether they use the `_score`.
This commit adds a new API to allow scripts to say whether they need scores.
In practice, only the `expression` script engine makes use of it correctly,
other engines just return `true` since they can't predict whether they'll
need scores. This should make scripted aggregations and `function_query`
faster as we'll now be able to pass needsScores=false to Query.createWeight.
2015-08-06 17:25:51 +02:00
..
analysis-icu Change master branch back to 2.0-beta1 2015-08-04 15:38:21 -04:00
analysis-kuromoji Change master branch back to 2.0-beta1 2015-08-04 15:38:21 -04:00
analysis-phonetic Change master branch back to 2.0-beta1 2015-08-04 15:38:21 -04:00
analysis-smartcn Change master branch back to 2.0-beta1 2015-08-04 15:38:21 -04:00
analysis-stempel Change master branch back to 2.0-beta1 2015-08-04 15:38:21 -04:00
cloud-aws Add retry when checking s3 bucket 2015-08-04 15:58:15 -07:00
cloud-azure Change master branch back to 2.0-beta1 2015-08-04 15:38:21 -04:00
cloud-gce Change master branch back to 2.0-beta1 2015-08-04 15:38:21 -04:00
delete-by-query Change master branch back to 2.0-beta1 2015-08-04 15:38:21 -04:00
lang-javascript Allow scripts to expose whether they use the `_score`. 2015-08-06 17:25:51 +02:00
lang-python Allow scripts to expose whether they use the `_score`. 2015-08-06 17:25:51 +02:00
site-example Change master branch back to 2.0-beta1 2015-08-04 15:38:21 -04:00
pom.xml cleanup skipping everywhere 2015-08-05 21:45:09 -04:00