Hi,
Is there a way to index a document only if the document does not already exist? For instance, if I have a setup where I have configured the UUID (a field in my document) to be the document identifier, is there a flag (or some other mechanism) that if I perform two inserts then only one insert will succeed (and perhaps the other will throw, ideally soemthing like 'document already exists exception')?
Cheers,
EuclideanSearch