I have a solr schema with fields “title”, “source”, and “location” set as strings. How can I make sure that there are not two document with the exact same “title”, “source”, and “location”.
I have a solr schema with fields “title”, “source”, and “location” set as strings. How can I make sure that there are not two document with the exact same “title”, “source”, and “location”.