Re: Does solrj support partial update for solr cloud?

2014-07-11 Thread Shuai Zhang
/ -- View this message in context: http://lucene.472066.n3.nabble.com/Does-solrj-support-partial-update-for-solr-cloud-tp4146654p4146660.html Sent from the Solr - User mailing list archive at Nabble.com.

Does solrj support partial update for solr cloud?

2014-07-10 Thread Shuai Zhang
For now,I used solr 4.7.1, when I test the partial update operation, I found it worked fine in HttpSolrServer, But when I used solr cloud CloudSolrServer , it cannot be supported!!! The document will be updated totally instead of partial update!!! The code I used in my program

Re: Does solrj support partial update for solr cloud?

2014-07-10 Thread shamik
Yes it does and pretty straight forward. Refer to following url : http://heliosearch.org/solr/atomic-updates/ http://www.mumuio.com/solrj-4-0-0-alpha-atomic-updates/ -- View this message in context: http://lucene.472066.n3.nabble.com/Does-solrj-support-partial-update-for-solr-cloud