[
https://issues.apache.org/jira/browse/LUCENE-2692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Grant Ingersoll updated LUCENE-2692:
------------------------------------
Attachment: LUCENE-2692.patch
Should be ready to go. Adds several new span query "position checking"
queries. Not totally sure on the semantics surrounding the payload checking
one, as it is a little awkward right now handling the differences between
SpanNearQuery and all the other ones
> Position Checking Span Queries
> ------------------------------
>
> Key: LUCENE-2692
> URL: https://issues.apache.org/jira/browse/LUCENE-2692
> Project: Lucene - Java
> Issue Type: New Feature
> Reporter: Grant Ingersoll
> Assignee: Grant Ingersoll
> Priority: Minor
> Attachments: LUCENE-2692.patch
>
>
> I've created a bunch of new SpanQuery classes that allow one to do things
> like check to see if a SpanQuery falls between two positions (which is a more
> general form of SpanFirstQuery) and I've also added one that only includes a
> match if the payload located at the span match also matches a given payload.
> With the latter, one can do queries for items w/ specific payloads.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]