solr adding unique values

2013-05-06 Thread Nikhil Kumar
is negation of allowDups - (deprecated) overwriteCommitted = "true"|"false" — default is negation of allowDups but using overwrite and allowDups didn't solve the problem either, seems because there is no unique id but just value. So the question is how to solve this problem? -- Thank You and Regards, Nikhil Kumar +91-9916343619 Technical Analyst Hashed In Technologies Pvt. Ltd.

Re: solr adding unique values

2013-05-07 Thread Nikhil Kumar
ompletely. Best Erick On Mon, May 6, 2013 at 1:44 PM, Nikhil Kumar wrote: > Hey, >I have recently started using solr, I have a list of users, which are > subscribed to some lists. > eg. > user a[ > id:a > liists[ > list_a >] > ] > user b[ >

Re: solr adding unique values

2013-05-08 Thread Nikhil Kumar
27;d need to > implement that yourself by fetching the field in question and doing a "set" > on the field. > > You might be able to do that better in a custom update handler. > > Best > Erick > > > On Tue, May 7, 2013 at 6:54 AM, Nikhil Kumar wrote: > >> Tha