Re: how to delete on column of a doc in solr

2013-06-27 Thread Jack Krupansky
me, and then you can update with atomic update. You may want to rethink your data model. -- Jack Krupansky -Original Message- From: anurag.jain Sent: Thursday, June 27, 2013 8:28 AM To: solr-user@lucene.apache.org Subject: how to delete on column of a doc in solr In my solr sche

how to delete on column of a doc in solr

2013-06-27 Thread anurag.jain
not the complete doc. How it can possible in solr. So after delete, docs will be. docs: [ { last_name: "Jain", state_name: "rajasthan", mobile_no: "234534564621", id: "4" },...] -- View this message in context: http://lucene.472066.n3.nabble.com/how-