Re: Multiple Unique Ids

2009-08-11 Thread Shalin Shekhar Mangar
On Mon, Aug 10, 2009 at 2:05 PM, Ninad Raut wrote: > Hi, > I have two Ids DocumentId and AuthorId. I want both of them unique. Can i > have two in my document? > id > authorId > No. You can have only one uniqueKey in solrconfig.xml. But during indexing you can create the uniqueKey value as "id

Multiple Unique Ids

2009-08-10 Thread Ninad Raut
Hi, I have two Ids DocumentId and AuthorId. I want both of them unique. Can i have two in my document? id authorId Regards, Ninad Raut