[jira] [Updated] (LUCENE-3225) Optimize TermsEnum.seek when caller doesn't need next term

2011-06-24 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-3225: --- Attachment: LUCENE-3225.patch OK, new patch: I added a new seekExact method (instead

[jira] [Updated] (LUCENE-3225) Optimize TermsEnum.seek when caller doesn't need next term

2011-06-21 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-3225: --- Attachment: LUCENE-3225.patch Patch. All tests pass... I think it's ready! > Optim