We want to change schema from indexed field to stored field, for example
orig one : <field name="cat" type="string" indexed="true" stored="false">
new one: <field name="cat" type="string" indexed="false" stored="true">
The tool or commands to help to achieve this without re-index all the documents?