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

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

bq. Yes, that seems to be the right way. I'll create TrieIntField and 
TrieLongField. We can use the implicit helper field or have it as a 
configuration option in schema.xml. We'd also need changes to the 
SolrQueryParser so that range queries on such fields are handled correctly.

And how about using this for floats, doubles, and dates (which also have 
corresponding Solr field types)? You could create field descriptions for that 
too (subclasses of TrieIntField and TrieLongField), to be able to index these 
types using trie.

> 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