We have faceting fields that have been defined as indexed=false, stored=false and docValues=true
However we use a lot of subfacets using json facets and facet ranges using facet.queries. We see that after every soft-commit our performance worsens and performs ideal between commits how is that docValue fields are affected by soft-commit and do we need to enable indexing if we use subfacets and facet query to improve performance? Tha