Erik Hatcher wrote:
On Jul 17, 2009, at 5:21 PM, Bill Au wrote:I am faceting based on the indexed terms of a field by using facet.field.Is there any way to exclude certain terms from the facet counts?Only using the facet.prefix feature to limit to facet values beginning with a specific string.Erik
And after SOLR-911 committed, I think we can limit the terms of facet.field values
via localParams - facet.field={!terms=foo,bar}cat, if my memory is correct. Koji