On 9/13/06, Erik Hatcher <[EMAIL PROTECTED]> wrote:
Would it ever make sense to generate facets on a tokenized field?
Maybe the facet implementation could throw an error if the field name
specified is tokenized?

I think it probably can make sense...
- finding top terms in a full-text field that match a query could be useful
- the analysis could just be for normalization - trimming whitespace
or normalization
- it allows more flexibility on how to represent tags... one may
already have tags in a whitespace delimited field rather than separate
values in a multi-valued field.

-Yonik

Reply via email to