Multi-field Facet Is it possible not double count documents?

That's odd. I tought a facet count was always made per doc.
Could it be that your facet is a nested facet? In witch case the count
would be made by sub-doc, thus resulting in a total greater than your
number of docs. (If I am not mistaken)

Le mardi 22 janvier 2013 22:31:57 UTC+1, AlexR a écrit :

Looks like a multi-field facet counting matches rather than documents
resulting in double-counting documents. Is it possible to control this
behavior? Wold be nice to have a flag in facet def. to select desired
behavior - it could be very confusing in some use cases to have more
matches on a facet than you have documents.

Thank you,
Alex

--