Is it possible that the facets can be based on the contents of an
entire field instead of the terms?

For example say I have a document with this field:
<field name="genre">Hip Hop</field>

A facet query on the genre field returns:
<lst name="genre">
 <int name="hip">1</int>
 <int name="hop">1</int>
</lst>

but I'd like it to return:
<lst name="genre">
 <int name="hip hop">1</int>
</lst>

thanks,
Kevin

Reply via email to