How can i turn off the multivalued in solr?
I tried to edit the manage-schema file inside /data_driven_schema_configs/conf/ folder and set all multivalued="true" to false.
Then restart solr and then create new collection, but nothing changed.
I need this because i need to sort my data in the table in banana ui.
Thank you.