[ https://issues.apache.org/jira/browse/SOLR-1291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Yonik Seeley updated SOLR-1291: ------------------------------- Attachment: SOLR-1291.patch Attaching new patch: - example schema has int (trie field with no precisionStep) that will work for both single and multiValued fields, and tint (with default 8 step) that should only be used for single valued fields when faster range queries are desired. Fields like the old "int" are moved to "pint" for plain-int. - date faceting now works on trie date, and takes advantage of the faster range queries - trie fields now all have their own classes - this is much more flexible for the future (one example of this already was how date faceting works for the existing date field and the trie-date field... they needed to have a common super class). - frange now works on all trie fields - precisionStep is ignored for multi-valued trie fields - efficiency: response writer methods don't go through toObject() > implement Trie.toInternal/toExternal and friends > ------------------------------------------------ > > Key: SOLR-1291 > URL: https://issues.apache.org/jira/browse/SOLR-1291 > Project: Solr > Issue Type: Bug > Affects Versions: 1.4 > Reporter: Yonik Seeley > Assignee: Yonik Seeley > Fix For: 1.4 > > Attachments: SOLR-1291.patch, SOLR-1291.patch > > > TrieField needs to implement toInternal and friends or else it breaks for a > lot of Solr features. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.