ParallelTermEnum is BROKEN
--------------------------

         Key: LUCENE-607
         URL: http://issues.apache.org/jira/browse/LUCENE-607
     Project: Lucene - Java
        Type: Bug

  Components: Index  
    Versions: 2.0.0    
    Reporter: Chuck Williams
    Priority: Critical
 Attachments: ParallelTermEnum.patch

ParallelTermEnum.next() fails to advance properly to new fields.  This is a 
serious bug. 

Christian Kohlschuetter diagnosed this as the root problem underlying 
LUCENE-398 and posted a first patch there.

I've addressed a couple issues in the patch (close skipped field TermEnum's, 
generate field iterator only once, integrated Christian's test case as a Lucene 
test) and packaged in all the revised patch here.

All Lucene tests pass, and I've further tested in this in my app, which makes 
extensive use of ParallelReader.


-- 
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