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 is the reason behind the garbled characters. I think
> faceting can be done with some changes in the current code. For now, I
> suggest you use normal integer/long fields for faceting and use trie fields
> for range searches.
>
> --
> Regards,
> Shalin Shekhar Mangar.
>

Reply via email to