Hi Solr Users, There is a sortable text <https://github.com/apache/solr/blob/main/solr/core/src/java/org/apache/solr/schema/SortableTextField.java#L53>field that has docValues enabled by default, tried to disable it by setting "docValues=false" in the schema and indexing(update) the same docs, but it fails with the following error.
"doc values type=SORTED to inconsistent doc values type=NONE" Looks like once the docValues are enabled, it is not possible to disable. And is there an alternative other than recreating index? Thanks, Rajani