I want to exclude a very small number of terms which will be different for each query. So I think my best bet is to use localParam.
Bill On Wed, Jul 22, 2009 at 4:16 PM, Chris Hostetter <hossman_luc...@fucit.org>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? > > if you're talking about a lot of terms, and they're going to be hte same > for *all* queries, the best appraoch is to strip them out when indexing > (StopWordFilter is your freind) > > -Hoss > >