Re: Avoiding duplicate entry for a multivalued field

2020-10-30 Thread Munendra S N
erhead with this? > > Thanks, > Srinivas > > > From: Munendra S N > Sent: 30 October 2020 19:20 > To: solr-user@lucene.apache.org > Subject: Re: Avoiding duplicate entry for a multivalued field > > Srinivas, > > For atomic updates, you could use add-disti

RE: Avoiding duplicate entry for a multivalued field

2020-10-30 Thread Srinivas Kashyap
Thanks Munendra, this will really help me. Are there any performance overhead with this? Thanks, Srinivas From: Munendra S N Sent: 30 October 2020 19:20 To: solr-user@lucene.apache.org Subject: Re: Avoiding duplicate entry for a multivalued field Srinivas, For atomic updates, you could use

Re: Avoiding duplicate entry for a multivalued field

2020-10-30 Thread Munendra S N
g query time, the field returns only > unique values? Am I right with my assumption? > > > > And also, what is the performance overhead for this UniqueFiled*Factory? > > > > Thanks, > > Srinivas > > > > From: Dwane Hall > > Sent: 29 October 2020 1

Re: Avoiding duplicate entry for a multivalued field

2020-10-29 Thread Walter Underwood
right with my assumption? > > And also, what is the performance overhead for this UniqueFiled*Factory? > > Thanks, > Srinivas > > From: Dwane Hall > Sent: 29 October 2020 14:33 > To: solr-user@lucene.apache.org > Subject: Re: Avoiding duplicate entry for a multivalued fi

Re: Avoiding duplicate entry for a multivalued field

2020-10-29 Thread Michael Gibney
s-in-solr#37006655>) > > Thanks, > > Dwane > > From: Srinivas Kashyap > mailto:srini...@bamboorose.com.INVALID>> > Sent: Thursday, 29 October 2020 3:49 PM > To: solr-user@lucene.apache.org<mailto:solr-user@lucene.apache.org>

RE: Avoiding duplicate entry for a multivalued field

2020-10-29 Thread Srinivas Kashyap
, Srinivas From: Dwane Hall Sent: 29 October 2020 14:33 To: solr-user@lucene.apache.org Subject: Re: Avoiding duplicate entry for a multivalued field Srinivas this is possible by adding an unique field update processor to the update processor chain you are using to perform your updates (/update, /update

Re: Avoiding duplicate entry for a multivalued field

2020-10-29 Thread Dwane Hall
From: Srinivas Kashyap Sent: Thursday, 29 October 2020 3:49 PM To: solr-user@lucene.apache.org Subject: Avoiding duplicate entry for a multivalued field Hello, Say, I have a schema field which is multivalued. Is there a way to maintain distinct values for that field though I continue to add

Avoiding duplicate entry for a multivalued field

2020-10-28 Thread Srinivas Kashyap
Hello, Say, I have a schema field which is multivalued. Is there a way to maintain distinct values for that field though I continue to add duplicate values through atomic update via solrj? Is there some property setting to have only unique values in a multi valued fields? Thanks, Srinivas