On Mon, Jul 13, 2009 at 7:56 PM, gwk <g...@eyefi.nl> wrote: > > Is there a good way to select the top X facets and include some terms you > want to include as well something like > facet.field=country&f.country.facet.limit=X&f.country.facet.includeterms=Narnia,Guilder > or is there some other way to achieve this? >
You can use facet.query for each of the terms you want to include. You may need to remove such terms from appearing in the facet.field=country results in the client. e.g. facet.field=country&f.country.facet.limit=X&facet.query=country:Narnia&facet.query=country:Guilder -- Regards, Shalin Shekhar Mangar.