[ https://issues.apache.org/jira/browse/SOLR-1288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12732096#action_12732096 ]
Shalin Shekhar Mangar commented on SOLR-1288: --------------------------------------------- bq. does date faceting work on trie-type dates? Faceting itself does not work with any trie fields because of the encoded values in the index. So we need to implement indexedToReadable in TrieField. Also, since trie fields are multi-valued, we need to short-cut faceting on using the highest precision value. > better Trie* integration > ------------------------ > > Key: SOLR-1288 > URL: https://issues.apache.org/jira/browse/SOLR-1288 > Project: Solr > Issue Type: Bug > Affects Versions: 1.4 > Reporter: Yonik Seeley > Fix For: 1.4 > > > Improve support for the Trie* fields up to the level of Solr's existing > numeric types. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.