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

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

This patch modifies Solr support for trie fields to the new Trie API (not 
committed until now).
This class simplifies the TokenizerFactories (no Solr-internal indexing 
Tokenizer needed anymore as trie API supplies TokenStream). The 
TrieQueryTokenizerFactory was simplified to use KeywordTokenizer instead of 
implementing an own one (this change can be left of, if you like your solution 
more).
For this to compile and work, the latest trunk builds of Lucene must be placed 
in lib and another small change because of a change in Fieldable interface must 
be added (not included in 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