[ 
https://issues.apache.org/jira/browse/LUCENE-1148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Muir resolved LUCENE-1148.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 3.1

This one is fixed by LUCENE-2754, you can just wrap a RangeQuery (or any other 
MultiTermQuery) as a SpanQuery

> Create a new sub-class of SpanQuery to enable use of a RangeQuery within a 
> SpanQuery
> ------------------------------------------------------------------------------------
>
>                 Key: LUCENE-1148
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1148
>             Project: Lucene - Java
>          Issue Type: New Feature
>          Components: Search
>    Affects Versions: 2.4
>            Reporter: Michael Goddard
>            Priority: Minor
>             Fix For: 3.1
>
>         Attachments: span_range_query_01.24.2008.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Our users express queries using a syntax which enables them to embed various 
> query types within SpanQuery instances.  One feature they've been asking for 
> is the ability to embed a numeric range query so they could, for example, 
> find documents matching "[2.0 2.75]MHz".  The attached patch adds the 
> capability and I hope others will find it useful.

-- 
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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to