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

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

I forget to mention: with LUCENE-1582 and this patch, sorting now works for 
trie fields. I changed the schema.xml in the patch to note this.

About function queries: If they use the "normal" field cache (long, int, 
double, float) with the supplied trie parser (as the trie SortField factory 
does), it would work. The parser for the nurmeric values is also separately 
available in TrieUtils. But I do not know, how to enable this in Solr 
(SortField support is available through the schema), maybe you can do this, or 
change the comments.

By the way, the change needed for compilation with the new Lucene JARs is the 
omitTf thing (SOLR-1079), I have done this in my local checkout to be able to 
create this patch.

> TrieRange support
> -----------------
>
>                 Key: SOLR-940
>                 URL: https://issues.apache.org/jira/browse/SOLR-940
>             Project: Solr
>          Issue Type: New Feature
>            Reporter: Yonik Seeley
>            Assignee: Shalin Shekhar Mangar
>             Fix For: 1.4
>
>         Attachments: SOLR-940-newTrieAPI.patch, SOLR-940-rangequery.patch, 
> SOLR-940-rangequery.patch, SOLR-940-test.patch, SOLR-940.patch, 
> SOLR-940.patch, SOLR-940.patch, SOLR-940.patch, SOLR-940.patch, 
> SOLR-940.patch, SOLR-940.patch, SOLR-940.patch
>
>
> 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