On Jan 5, 2009, at 3:59 PM, Yevgeniy Belman wrote:
Thru trial and error i got this line to narrow the facet: query.add("fq", "manu:apple");but what does this line do? I didn't notice any result difference. query.addFacetQuery("manu:apple");
addFacetQuery is equivalent to using &facet.query, which is not the same as fq (filter query). It is a bit confusing, no question.
Erik