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

Uwe Schindler commented on SOLR-940:
------------------------------------

bq. But, a tokenizer cannot add tokens in another field which is requred for 
the filter to work correctly.

You can tokenize it into one field and use TrieRangeFilter with the same field 
name for the field and the lower precision field (second constructor). After 
that, search works, but you cannot sort anymore, because more than one token 
per document in this field.

> TrieRange support
> -----------------
>
>                 Key: SOLR-940
>                 URL: https://issues.apache.org/jira/browse/SOLR-940
>             Project: Solr
>          Issue Type: New Feature
>            Reporter: Yonik Seeley
>             Fix For: 1.4
>
>
> We need support in Solr for the new TrieRange Lucene functionality.

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