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

Yonik Seeley updated SOLR-939:
------------------------------

    Attachment: SOLR-939.patch

Attaching incomplete draft to help give a feel for the approach.

Functionallity can be accessed via frange QParser (stands for function range).

fq={!frange l=5 u=10}popularity

fq={!frange l=5 u=10}product(popularity,2)

> ValueSourceRangeFilter/Query
> ----------------------------
>
>                 Key: SOLR-939
>                 URL: https://issues.apache.org/jira/browse/SOLR-939
>             Project: Solr
>          Issue Type: New Feature
>            Reporter: Yonik Seeley
>            Assignee: Yonik Seeley
>             Fix For: 1.4
>
>         Attachments: SOLR-939.patch
>
>
> Ability to do a range query based on a FieldCache entry or a FunctionQuery 
> (ValueSource).
> Equivalent to Lucene's FieldCacheRangeQuery

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to