[
https://issues.apache.org/jira/browse/SOLR-1322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12737906#action_12737906
]
Yonik Seeley commented on SOLR-1322:
------------------------------------
If trie fields are indexed in parts, NumericRangeQuery will produce invalid
results for multiValued fields... that's a limitation of the trie encoding (not
easily fixable at all).
> 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.