[ https://issues.apache.org/jira/browse/LUCENE-711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Otis Gospodnetic resolved LUCENE-711. ------------------------------------- Resolution: Fixed Assignee: Otis Gospodnetic Sending src/java/org/apache/lucene/search/BooleanQuery.java Transmitting file data . Committed revision 713634. > BooleanWeight should size the weights Vector correctly > ------------------------------------------------------ > > Key: LUCENE-711 > URL: https://issues.apache.org/jira/browse/LUCENE-711 > Project: Lucene - Java > Issue Type: Improvement > Components: Search > Affects Versions: 1.9, 2.0.0, 2.1 > Reporter: paul constantinides > Assignee: Otis Gospodnetic > Priority: Minor > Attachments: LUCENE-711.patch, vector_sizing.patch > > > 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. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]