Hi, I am new to solr. I am using managed-schema. I am not using schema.xml. I am indexing outlook email messages. I can see only see three fields ( id,_version_,_text_) defined in managed-schema. Remaining fields are handled by following dynamic field <dynamicField name="attr_*" type="text_general" indexed="true" stored="true" multiValued="true"/>
I have field name attr_date with type string. I want convert this field type to date. Currently date range is not working on this field. I tried schema API to add new field attr_date and got following error message "Field 'attr_date' already exists". I tried to replace field type to date and got following error message "The field 'attr_date' is not present in this schema, and so cannot be replaced". Please help me to convert "attr_date" field type to date. Advanced Thanks. --sreenivasa kallu