David Smiley created LUCENE-7385:
------------------------------------

             Summary: SpanScorer's assert message strings should reference 
spans.toString()
                 Key: LUCENE-7385
                 URL: https://issues.apache.org/jira/browse/LUCENE-7385
             Project: Lucene - Core
          Issue Type: Improvement
          Components: core/search
            Reporter: David Smiley
            Priority: Minor


SpanScorer.setFreqCurrentDoc has a bunch of assert statements, and they refer 
to {{this.toString()}}.  I'm pretty confident the intention was for this to 
actually be {{spans.toString()}}, not "this" which is a SpanScorer that doesn't 
even have a custom toString.  It was probably correct once but after some 
refactoring of Spans got messed up, probably in LUCENE-6919 (Lucene 5.5).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to