Re: Multiple Unique Keys

2015-12-23 Thread Alexandre Rafalovitch
No. Whichever one triggers the document override should be your primary key. The rest is application logic. You can make the field required, but that's about it. Regards, Alex On 23 Dec 2015 3:32 pm, "Salman Ansari" wrote: > Hi, > > I am wondering if I can specify

Multiple Unique Keys

2015-12-23 Thread Salman Ansari
Hi, I am wondering if I can specify multiple unique keys in the same document in Solr. My scenario is that I want to integrate with another system that has an ID and our system has a reference number (auto-generated for each document on the fly) as well that is unique. What I am trying to