OpenSearch/modules
Luca Cavanna 393eec1482
Set maxScore for empty TopDocs to Nan rather than 0 (#32938)
We used to set `maxScore` to `0` within `TopDocs` in situations where there is really no score as the size was set to `0` and scores were not even tracked. In such scenarios, `Float.Nan` is more appropriate, which gets converted to `max_score: null` on the REST layer. That's also more consistent with lucene which set `maxScore` to `Float.Nan` when merging empty `TopDocs` (see `TopDocs#merge`).
2018-08-22 17:23:54 +02:00
..
aggs-matrix-stats Remove some dead code (#31993) 2018-07-26 17:12:51 +02:00
analysis-common Call setReferences() on custom referring tokenfilters in _analyze (#32157) 2018-07-18 14:43:20 +01:00
ingest-common INGEST: Add Configuration Except. Data to Metdata (#32322) 2018-08-15 19:02:19 +02:00
lang-expression SCRIPTING: Support BucketAggScript return null (#32811) 2018-08-13 20:08:26 +02:00
lang-mustache SCRIPTING: Remove unused MultiSearchTemplateRequestBuilder (#32049) 2018-07-14 09:03:35 +02:00
lang-painless Set forbidden APIs target compatibility to compiler java version (#32935) 2018-08-20 09:27:02 +03:00
mapper-extras AbstractQueryTestCase should run without type less often (#28936) 2018-07-26 20:29:05 +02:00
parent-join Set maxScore for empty TopDocs to Nan rather than 0 (#32938) 2018-08-22 17:23:54 +02:00
percolator Preserve index_uuid when creating QueryShardException (#32677) 2018-08-08 09:57:11 +02:00
rank-eval Rank-Eval: Reduce scope of an unchecked supression 2018-07-26 11:16:01 +02:00
reindex Scripting: Replace Update Context (#32096) 2018-08-09 14:32:36 +02:00
repository-url Use generic AcknowledgedResponse instead of extended classes (#32859) 2018-08-15 08:06:14 -06:00
transport-netty4 Refactor Netty4Utils#maybeDie (#33021) 2018-08-22 10:18:07 -04:00
build.gradle Painless: Add spi jar that will be published for extending whitelists (#28302) 2018-01-18 19:16:26 -08:00