On Dec 23, 2008, at 7:55 AM, Marc Sturlese wrote:
My other goal is to do something I have called static facets by field. I would like to specify the terms to facet in the sorlconfig. Lets supose Ihave a field called animals. I want to do facet fields with the tokens cat,doc,monkey and I wan to pass these words by solr config.xmlIs this done or should I do a hack? In that case... any advice?
You mean like &facet .query =animals:cat&facet.query=animals:dog&facet.query=animals:monkey ??
Erik