Hi folks, I'm looking for a way to have Solr reject documents if a certain field value is duplicated (reject, not overwrite). There doesn't seem to be any kind of unique option in schema fields.
The de-duplication feature seems to make this (somewhat) possible, but I would like it to provide the unique value myself, without having the deduplicator create a hash of field values. Am I missing an obvious (or less obvious) way of accomplishing this? Thanks, - Bram