[ 
https://issues.apache.org/jira/browse/SOLR-1322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12738989#action_12738989
 ] 

Yonik Seeley commented on SOLR-1322:
------------------------------------

bq. A NumericRangeQuery on a MultiValued field should show results for all 
documents as soon as one of the indexed values fall into the range.

Ah, you're right, because NumericRangeQuery uses a pure disjunctive model (it 
only logically ORs different terms).
Any types of queries that did an AND inbetween terms would get messed up, but 
we don't have any of those!


> range queries won't work for trie fields with precisionStep=0
> -------------------------------------------------------------
>
>                 Key: SOLR-1322
>                 URL: https://issues.apache.org/jira/browse/SOLR-1322
>             Project: Solr
>          Issue Type: Bug
>          Components: search
>    Affects Versions: 1.4
>            Reporter: Yonik Seeley
>            Assignee: Yonik Seeley
>             Fix For: 1.4
>
>
> range queries won't work for trie fields with precisionStep=0... a normal 
> range query should be used in this case.

-- 
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