You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by nutchvf <nu...@gmail.com> on 2008/04/17 12:06:39 UTC

Updating documents in Solr

Hi!
There are any option to update a field (or a set of fields) of a document
indexed in Solr,without having to update all the fields of the entire
document???
I have seen the SOLR-139 patch,but  I do not know what is the proper syntax
of the command (or the xml to post) to update the document.Please,I hope any
suggestion....!!!

For example,something like this:

<add mode="popularity=OVERWRITE">
<field name="id">SOLR1000</field>
<field name="popularity">9</field>
</add>


Regards..
-- 
View this message in context: http://www.nabble.com/Updating-documents-in-Solr-tp16742850p16742850.html
Sent from the Solr - User mailing list archive at Nabble.com.