BooleanWeight should size the weights Vector correctly
------------------------------------------------------

                 Key: LUCENE-711
                 URL: http://issues.apache.org/jira/browse/LUCENE-711
             Project: Lucene - Java
          Issue Type: Improvement
          Components: Search
    Affects Versions: 2.0.0, 1.9, 2.0.1, 2.1
            Reporter: paul constantinides
            Priority: Trivial


The weights field on BooleanWeight uses a Vector that will always be sized 
exactly the same as the outer class' clauses Vector, therefore can be sized 
correctly in the constructor. This is a trivial memory saving enhancement.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to