RE: Update Solr Schema To Store Field
This should be fine. From my experience, changing a field from stored="false" to stored="true" and vice versa is generally safe to do and has no unexpected behavior. -Michael
Update Solr Schema To Store Field
Hi, I am running apache-solr-3.1.0 and would like to change a field attribute from stored="false" to stored="true". I have several hundred cores that have been indexed without storing the field which is fine as I only would like to retrieve the value for new data that I plan to index with the upd