Re: Use of "TrieRange" fields

2009-07-01 Thread Kevin MacClay
Thank you for the clarification. Kevin On Wed, Jul 1, 2009 at 12:30 PM, Shalin Shekhar Mangar < shalinman...@gmail.com> wrote: > Unfortunately, Trie fields cannot be used for faceting. Faceting works on > indexed tokens and trie stores multiple tokens (in its own encoding) into > the index. This

Re: Use of "TrieRange" fields

2009-07-01 Thread Shalin Shekhar Mangar
On Wed, Jul 1, 2009 at 8:19 PM, Kevin MacClay wrote: > I'm interested to see the performance benefits of using "TrieRange" fields > in Solr 1.4, but I am running into some problems giving them a try. When I > retrieve facet counts against a TrieRange field, the values are garbled and > the first

Use of "TrieRange" fields

2009-07-01 Thread Kevin MacClay
I'm interested to see the performance benefits of using "TrieRange" fields in Solr 1.4, but I am running into some problems giving them a try. When I retrieve facet counts against a TrieRange field, the values are garbled and the first three counts are erroneous. Am I doing something wrong? In s