Hi there, We recently changed a field from TextField + no docValues to SortableTextField which has docValues enabled by default. Once I did this I do not see any facet values for the field. I know that once all the docs are re-indexed facets should work again, however can someone clarify the current logic of lucene/solr how facets will be computed when schema is changed from no docValues to docValues and vice-versa?
1. Until ALL the docs are re-indexed, no facets will be returned? 2. Once certain fraction of docs are re-indexed, those facets will be returned? 3. Something else? Varun