Hello! The simplest way will be updating your schema.xml file, do the change that needs to be done and fully re-index your data. Solr wont be able to automatically change not indexed field to indexed one.
You could also use the partial document update API of Solr if you don't have your original data, however there are a few limitations. In order to fully reconstruct your documents you would have to have all the fields stored in your index. -- Regards, Rafał Kuć Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch > hello, > in my schema > <field name="city_name" type="text_general" indexed="false" stored="true"/> > and i updated 180000 data. > now i need indexed="true" for all old data. > i need solution > please someone help me out. > please reply urgent!! > thanks > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Indexed-And-Stored-tp4039893.html > Sent from the Solr - User mailing list archive at Nabble.com.