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
Post a Comment