You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "David Smiley (JIRA)" <ji...@apache.org> on 2016/07/19 02:02:20 UTC

[jira] [Updated] (LUCENE-7385) SpanScorer's assert message strings should reference spans.toString()

     [ https://issues.apache.org/jira/browse/LUCENE-7385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Smiley updated LUCENE-7385:
---------------------------------
    Attachment: LUCENE_7385.patch

> 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
>         Attachments: LUCENE_7385.patch
>
>
> 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org