[ 
https://issues.apache.org/jira/browse/LUCENE-3370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15469543#comment-15469543
 ] 

Trejkaz commented on LUCENE-3370:
---------------------------------

It does seem to give me what I wanted, so I think it's probably fine to close 
this one.

Now what I wonder is the related question, is this enough to make a 
SpanAllNearQuery / SpanAndQuery as I was looking for in LUCENE-3371...


> Support for a "SpanNotNearQuery"
> --------------------------------
>
>                 Key: LUCENE-3370
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3370
>             Project: Lucene - Core
>          Issue Type: New Feature
>          Components: core/search
>            Reporter: Trejkaz
>
> Sometimes you want to find an instance of a span which does not hit near some 
> other span query.  SpanNotQuery only excludes exact hits on the term, but 
> sometimes you want to exclude hits 1 away from the first, and other times you 
> might want the range to be wider.
> So a SpanNotNearQuery could be useful.  
> SpanNotQuery is actually very close, and adding slop+inOrder support to it is 
> probably sufficient to make a SpanNotNearQuery. :)
> There appears to be one project which has done it in this fashion, although 
> this particular code looks like it's out of date:
> http://www.koders.com/java/fid933A84488EBE1F3492B19DE01B2A4FC1D68DA258.aspx?s=ArrayQuery



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to