Solr Experts,

Is there a way to delete a single field from the index(without reindexing).
Lets say i have documents like below:


<doc>
    <content>abab ababa </content>
    <data_type>bh vsha sa</data_type>    
</doc>
<doc>
    <content>abab ababa </content>
    <data_type>bh vsha sa</data_type>    
</doc>


Now I want to delete field named "data_type" from *ALL *the documents. Is
this possible without reindexing?

I can use atomic updates in case I want to do this only on SOME of the
documents, by setting that field to null. But atomic updates is not
practical for setting that field to null or deleting it from ALL the
documents.




--
View this message in context: 
http://lucene.472066.n3.nabble.com/Delete-single-field-from-solr-index-tp4144589.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to