Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
(part of umbrella issue SOLR-10117)
In Solr's DocumentBuilder, at the very end, we should move the field value(s) associated with the largest field (assuming "stored") to be last. Lucene's default stored value codec can avoid reading and decompressing the last field value when it's not requested. (As of LUCENE-6898).
Attachments
Attachments
Issue Links
- is part of
-
SOLR-10117 Big docs and the DocumentCache; umbrella issue
- Open