I have a scenario as follows:

There are 2 separate threads where each will try to update the same document
in a single index for 2 separate fields, for which we are using atomic OR
in-place updates. For e.g.

id is the unique field in the index

thread-1 will update following info:
id:1001
field-1:abc1001

thread-2 will update following info:
id:1001
field-2:xyz1002

The updates are done on the same core index asynchronously.
What i would need to know is that will there be at any time inconsistency in
the index. Both the 2 threads will update different fields for the same id
field.



--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Reply via email to