David Smiley created LUCENE-5103:
------------------------------------

             Summary: join on single-valued field with deleted docs scores too 
few docs
                 Key: LUCENE-5103
                 URL: https://issues.apache.org/jira/browse/LUCENE-5103
             Project: Lucene - Core
          Issue Type: Bug
          Components: modules/join
    Affects Versions: 4.3.1
            Reporter: David Smiley
            Assignee: David Smiley
             Fix For: 4.4


TermsIncludingScoreQuery has an inner class SVInnerScorer used when the "to" 
side of a join is single-valued.  This has a nextDocOutOfOrder() method that is 
faulty when there are deleted documents, and a document that is deleted is 
matched by the join.  It'll terminate with NO_MORE_DOCS prematurely.  
Interestingly, it _appears_ MVInnerScorer (multi-valued) was coded properly to 
not have this problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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