: I don't have all my facets values used by my documents, but I would like to
: index theses facets values even if they returned 0 documents.
field faceting builds the list of constraints based on the indexed values
found in the field -- if you don't index it, it doesn't know about it.
if you w
they returned 0 documents.
I need this for SEO management, and because i want to test this facets
values (with 0 documents) without requesting my database.
Best Regards,
Xavier
--
View this message in context:
http://lucene.472066.n3.nabble.com/Index-all-possible-facets-values-even-if-there-