OpenSearch/docs/reference/migration/migrate_7_0
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
..
aggregations.asciidoc Migrate scripted metric aggregation scripts to ScriptContext design (#30111) 2018-06-25 12:01:33 +01:00
analysis.asciidoc Remove `delimited_payload_filter` (#27705) 2018-04-05 18:41:04 +02:00
api.asciidoc Remove aliases resolution limitations when security is enabled (#31952) 2018-07-20 09:23:32 +02:00
cluster.asciidoc remove _primary and _replica shard preferences (#26791) 2017-10-08 11:03:06 -04:00
indices.asciidoc Circuit-break based on real memory usage 2018-07-13 10:08:28 +02:00
java.asciidoc Docs: Add note about removing prepareExecute from the java client (#31401) 2018-06-19 07:21:58 -07:00
mappings.asciidoc Remove legacy mapping code. (#29224) 2018-04-11 09:41:37 +02:00
packaging.asciidoc Packaging: Remove windows bin files from the tar distribution (#30596) 2018-06-18 19:02:51 +02:00
plugins.asciidoc Correct spelling of AnalysisPlugin#requriesAnalysisSettings (#32025) 2018-07-13 13:13:21 +01:00
restclient.asciidoc REST hl client: cluster health to default to cluster level (#31268) 2018-06-13 15:06:13 +02:00
scripting.asciidoc Change ScriptException status to 400 (bad request) (#30861) 2018-05-30 14:00:07 +02:00
search.asciidoc Set maxScore for empty TopDocs to Nan rather than 0 (#32938) 2018-08-22 17:23:54 +02:00
settings.asciidoc Reintroduce mandatory http pipelining support (#30820) 2018-05-23 14:38:52 -06:00
snapshotstats.asciidoc Include size of snapshot in snapshot metadata (#29602) 2018-05-25 21:04:50 +02:00