Re: Facet filtering

2009-08-20 Thread Avlesh Singh
You can use a dynamic field called "tag_*". If a patch for SOLR 247gets committed, you can perform a facet query like facet.field=tag_*. Cheers Avlesh On Fri, Aug 21, 2009 at 3:21 AM, Asif Rahman wrote: > Is there any way to assign metadata to ter

Re: Facet filtering

2009-08-20 Thread Uri Boness
Another solution is to use hierachical values. So for example, instead of having a "Barack Obama" value you'll have "person/Barak Obama". To filter on a person you can just use wildcards (e.g. "person/*"). Asif Rahman wrote: Is there any way to assign metadata to terms in a field and then filt