You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Robert Muir (JIRA)" <ji...@apache.org> on 2015/04/03 18:41:54 UTC

[jira] [Created] (LUCENE-6391) Give SpanScorer two-phase iterator support.

Robert Muir created LUCENE-6391:
-----------------------------------

             Summary: Give SpanScorer two-phase iterator support.
                 Key: LUCENE-6391
                 URL: https://issues.apache.org/jira/browse/LUCENE-6391
             Project: Lucene - Core
          Issue Type: Bug
            Reporter: Robert Muir


Fix SpanScorer to use any two-phase iterator support of the underlying Spans. This means e.g. a spans in a booleanquery, or a spans with a filter can be faster.

In order to do this, we have to clean up this class a little bit:
* forward most methods directly to the underlying spans.
* ensure positions are only iterated at most once.



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