Re: Multiple Unique Ids
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
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