Re: How to post atomic updates using xml

2012-11-27 Thread Erick Erickson
omitNorms="true"/> > > and i do use version 4.0 for solr > > thx > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/How-to-post-atomic-updates-using-xml-tp4007323p4022590.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: How to post atomic updates using xml

2012-11-27 Thread Martin Koch
ace my entire document. > > Can you please let me know what went wrong > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/How-to-post-atomic-updates-using-xml-tp4007323p4022424.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: How to post atomic updates using xml

2012-09-26 Thread jimtronic
ue has been logged: https://issues.apache.org/jira/browse/SOLR-3862 You can always edit the list by pulling down all the values and uploading the new set. Jim -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-post-atomic-updates-using-xml-tp4007323p4010547.html Sent from the

Re: How to post atomic updates using xml

2012-09-26 Thread Akos
same in XML: > > > > book1 > Neal Stephenson > > > > Jim > > -- > View this message in context: http://lucene.472066.n3.nabble.com/How-to-post- atomic-updates-using-xml-tp4007323p4007517.html > Sent from the Solr - User mailing list archiv

Re: How to post atomic updates using xml

2012-09-13 Thread Jack Krupansky
It would be nice to get this doc added to the Update wiki: http://wiki.apache.org/solr/UpdateXmlMessages -- Jack Krupansky -Original Message- From: jimtronic Sent: Thursday, September 13, 2012 2:41 PM To: solr-user@lucene.apache.org Subject: Re: How to post atomic updates using xml

Re: How to post atomic updates using xml

2012-09-13 Thread jimtronic
n context: http://lucene.472066.n3.nabble.com/How-to-post-atomic-updates-using-xml-tp4007323p4007517.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: How to post atomic updates using xml

2012-09-12 Thread jimtronic
Figured it out. in JSON: {"id" : "book1", "author" : {"set":"Neal Stephenson"} } in XML: book1 This seems to work. Jim -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-post-atomic-updates-using-xm

How to post atomic updates using xml

2012-09-12 Thread jimtronic
There's a good intro to atomic updates here: http://yonik.com/solr/atomic-updates/ but it does not describe how to structure the updates using xml. Anyone have any idea on how these would look? Thanks! Jim -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-post-a