Re: error while doing partial update using curl

2012-11-27 Thread Darniz
partial update. This wiki here suggested me to do partial updating, which is not working for me http://wiki.apache.org/solr/UpdateXmlMessages#Optional_attributes_for_.22field.22 -- View this message in context: http://lucene.472066.n3.nabble.com/error-while-doing-partial-update-using-curl

Re: error while doing partial update using curl

2012-11-26 Thread Chris Hostetter
: i tried issuing a command using curl with xml syntax and it turns out that it : replace my whole documents rather than updating a specific field this is : what i gave, i got an impression providing update=set will only changes that : field rather than reindexing the entire document. Any idea how

Re: error while doing partial update using curl

2012-11-26 Thread Darniz
issue partial updates curl http://host:8080/solr/update?commit=true -H 'Content-type:text/xml' -d '63481697male' -- View this message in context: http://lucene.472066.n3.nabble.com/error-while-doing-partial-update-using-curl-tp4022313p4022416.html Sent from the Solr - User mai

Re: error while doing partial update using curl

2012-11-26 Thread Darniz
Sorry for urgency, but i tried many different things i would appreciate if anyone can provide solution for this. -- View this message in context: http://lucene.472066.n3.nabble.com/error-while-doing-partial-update-using-curl-tp4022313p4022408.html Sent from the Solr - User mailing list

error while doing partial update using curl

2012-11-26 Thread Darniz
t;price":{"set":16595}}]' i am getting this error 4000Unexpected character '[' (code 91) in prolog; expected '<' at [row,col {unknown-source}]: [1,1]400 any help will be appreciated. Thanks -- View this message in context: http://lucene.47206