You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Alan Woodward (JIRA)" <ji...@apache.org> on 2015/08/04 15:13:04 UTC

[jira] [Created] (LUCENE-6716) Improve SpanPayloadCheckQuery API

Alan Woodward created LUCENE-6716:
-------------------------------------

             Summary: Improve SpanPayloadCheckQuery API
                 Key: LUCENE-6716
                 URL: https://issues.apache.org/jira/browse/LUCENE-6716
             Project: Lucene - Core
          Issue Type: Improvement
            Reporter: Alan Woodward
            Assignee: Alan Woodward
            Priority: Minor


SpanPayloadCheckQuery currently takes a Collection<byte[]> to check its payloads against.  This is suboptimal a) because payloads internally use BytesRef rather than byte[] and b) Collection is unordered, but the implementation does actually care about the order in which the payloads appear.

We should change the constructor to take a List<BytesRef> instead.



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