Use single array in fixed straight bytes DocValues if possible
--------------------------------------------------------------

                 Key: LUCENE-3252
                 URL: https://issues.apache.org/jira/browse/LUCENE-3252
             Project: Lucene - Java
          Issue Type: Improvement
          Components: core/search, core/store
    Affects Versions: 4.0
            Reporter: Simon Willnauer
            Priority: Minor
             Fix For: 4.0


FixedStraightBytesImpl currently uses a straight array only if the byte size is 
1 per document we could further optimize this to use a single array if all the 
values fit in.


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Reply via email to