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/02 08:21:53 UTC

[jira] [Created] (LUCENE-6388) Optimize SpanNearQuery

Robert Muir created LUCENE-6388:
-----------------------------------

             Summary: Optimize SpanNearQuery
                 Key: LUCENE-6388
                 URL: https://issues.apache.org/jira/browse/LUCENE-6388
             Project: Lucene - Core
          Issue Type: Improvement
            Reporter: Robert Muir


After the big spans overhaul in LUCENE-6308, we can speed up SpanNearQuery a little more:

* SpanNearQuery defaults to collectPayloads=true, but this requires a slower implementation, for an uncommon case. Use the faster no-payloads impl if the field doesn't actually have any payloads.
* Use a simple array of Spans rather than List in NearSpans classes. This is iterated over often in the logic.



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