I don't know if there's a way to accomplish your goal directly, but as a pure 
workaround, you can write a routine to fetch all the stored values and resubmit 
the document without the field in question.  This is what atomic updates do, 
minus the overhead of the transmission.

On Oct 7, 2013, at 11:15 AM, SolrLover <bbar...@gmail.com> wrote:

> I am using SOLR 4.1.0 and perform atomic updates on SOLR documents.
> 
> Unfortunately there is a bug in 4.1.0
> (https://issues.apache.org/jira/browse/SOLR-4297) that blocks me from using
> null="true" for deleting a field through atomic update functionality. Is
> there any other way to delete a field other than using this syntax?
> 
> FYI..I wont be able to migrate to latest version now due to company code
> freeze hence trying to figure out a temporary work around.
> 
> 
> 
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/Delete-a-field-Atomic-updates-SOLR-4-1-0-without-using-null-true-tp4093951.html
> Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to