Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
4.5
-
None
Description
When the "fl" field list mentions a list of fields that all have docValues, and they are equivalent to the stored version (not true for multiValued field due to ordering), then we can fetch the values more efficiently from docValues than from stored values. If this can't be done, might as well fetch them all from stored values when they have both (this is what happens today).
Former title: Speed-up distributed search with high rows param or deep paging by transforming docId's to uniqueKey via memory docValues
Originally the scope of this was just for the uniqueKey but now it's broader.