[
https://issues.apache.org/jira/browse/SOLR-940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12676630#action_12676630
]
Shalin Shekhar Mangar commented on SOLR-940:
--------------------------------------------
bq. Just a question: Do you need help implementing (working power), or is the
documentation not yet understandable for a beginner? I added some indexing and
query examples in the package overview, but maybe it is not so easy for others
to understand. Maybe we can improve the documentation.
I meant that I have only started looking at this so I may have questions later
:)
bq. Maybe you should add new types "trie-long",... and index them using
TrieUtils.
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.
I'll try to have a patch by tomorrow.
> 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.