Re: Document updating and SortedSetDocValuesFacetField

2017-09-05 Thread Bryan Bende
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

Document updating and SortedSetDocValuesFacetField

2017-08-30 Thread Vjeran Marcinko
?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