I came across this same exception when I performed a query that faceted on a
field that had no documents in the index with that field. One simple case was
attempting to perform faceting on an empty index.
Is it possible that no documents in your index have a value for
"facet_category" at the ti
?Hi everyone,
Short question is: How do one update document that already has some
SortedSetDocValuesFacetFields?
Longer story is here...
I'm using SortedSetDocValuesFacetField and faceting feature to
implement "count by group" and everything works fine when I store the
document for first time, s