This is simple faceting, doesn't even have to be a multi-valued
field. Just index your description field with the desired stop word
removal and other analysis that you want done, and
&facet.field=description
Erik
On Jul 15, 2010, at 3:26 AM, Peter Karich wrote:
Dear Hoss,
I wi
Dear Hoss,
I will try to clarify what I want to achieve :-)
Assume I have the following three docs:
id:1
description: bmx bike 123
id:2
description: bmx bike 321
id:3
description: a mountain bike
If I query against *:* I want to get the facets and its document count ala:
bike: 3
bmx: 2
I rea
: is it possible to use the stored terms of a field for a faceted search?
No, the only thing stored fields can be used for is document centric
opterations (ie: once you have a small set of individual docIds, you can
access the stored fields to return to the user, or highlight, etc...)
: I mean