You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "David Smiley (JIRA)" <ji...@apache.org> on 2017/03/13 21:02:41 UTC

[jira] [Created] (SOLR-10273) Re-order largest field values last in Lucene Document

David Smiley created SOLR-10273:
-----------------------------------

             Summary: Re-order largest field values last in Lucene Document
                 Key: SOLR-10273
                 URL: https://issues.apache.org/jira/browse/SOLR-10273
             Project: Solr
          Issue Type: Improvement
      Security Level: Public (Default Security Level. Issues are Public)
            Reporter: David Smiley
            Assignee: David Smiley
             Fix For: 6.5


(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).



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org