
jira at apache
Dec 7, 2009, 9:37 AM
Post #1 of 1
(117 views)
Permalink
|
|
[jira] Updated: (LUCENE-2129) standard codec's terms dict seek should only scan if new term is in same index block
|
|
[ https://issues.apache.org/jira/browse/LUCENE-2129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2129: --------------------------------------- Attachment: LUCENE-2129.patch Attached patch -- all tests pass. I plan to commit soonish... > standard codec's terms dict seek should only scan if new term is in same index block > ------------------------------------------------------------------------------------ > > Key: LUCENE-2129 > URL: https://issues.apache.org/jira/browse/LUCENE-2129 > Project: Lucene - Java > Issue Type: Bug > Components: Index > Affects Versions: Flex Branch > Reporter: Michael McCandless > Assignee: Michael McCandless > Fix For: Flex Branch > > Attachments: LUCENE-2129.patch > > > TermInfosReader in trunk already optimizes for this case... just need to do the same on flex. -- 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: java-dev-unsubscribe [at] lucene For additional commands, e-mail: java-dev-help [at] lucene
|