[
https://issues.apache.org/jira/browse/SOLR-940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Uwe Schindler updated SOLR-940:
-------------------------------
Attachment: SOLR-940-LUCENE-1701.patch
Patch with changes for new Trie API in Lucene Core, the term "trie" does not
appear anymore in Lucene (its now NumericRangeQuery, NumericTokenStream,
NumericField, NumericUtils). This patch only contains changes for Trie and
FieldCache/ExtendedFieldCache merging (as this affects trie, ExtendedFieldCache
was deprecated in Lucene and merged into FieldCache. LongParsers now extend
FieldCache.LongParser, for backwards compatibility there is a
ExFieldCache.LongParser, too, but the new TrieAPI cannot handle this. So all
occurences to ExtendedFieldCache must be removed from Solr)
The latest changes to Collector (new abstract method handleDocsOutOfOrder())
are not handled!!! Patch is therefore untested, but should work.
There is also FSDirectory-Factory of Solr changed to use the new
FSDirectory.open() call that is the same like your factory (chooses dir
dependent on platform).
> 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-LUCENE-1602.patch, SOLR-940-LUCENE-1602.patch,
> SOLR-940-LUCENE-1701.patch, SOLR-940-newTrieAPI.patch,
> 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, 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.