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

Chris Male commented on LUCENE-3875:
------------------------------------

Hey Andrew,

I was actually thinking about this a little more, wondering about adding full 
range support when I realised that Solr already supports this through 
{{org.apache.solr.search.function.ValueSourceRangeFilter}}.  Does that meet 
your needs or is there a usecase it doesn't fulfil that the patch here does?
                
> ValueSourceFilter
> -----------------
>
>                 Key: LUCENE-3875
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3875
>             Project: Lucene - Java
>          Issue Type: New Feature
>            Reporter: Andrew Morrison
>         Attachments: LUCENE-3875-1.patch, LUCENE-3875.patch, LUCENE-3875.patch
>
>
> A ValueSourceFilter is a filter that takes a ValueSource and a threshold 
> value, filtering out documents for which their value returned by the 
> ValueSource is below the threshold.
> We use the ValueSourceFilter for filtering documents based on their value in 
> an ExternalFileField.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Reply via email to