solrj - Atomic Updates in Solr - multiple shards -


we working on atomic update feature in solr using solrj. solr update record correctly if distributed across shards?

if record in shard2, updated or create new record in shard1?

if you're handling sharding yourself, you'll have update exact shard in question (as you're 1 responsible distributing documents).

if you're using solr in solrcloud mode, solr route document correct shard you, based on document routing strategy.


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -