Re: Re: Avoid Duplication of record in searching

2016-03-15 Thread Jack Krupansky
loper - IT Team > > Mobile: 91 - 9600984804 > Email - rajeshkuma...@maxval-ip.com > > > ----- Original Message - Subject: Re: Avoid Duplication of > record in searching > From: "Jack Krupansky" > Date: 3/14/16 9:57 pm > To: solr-user@luce

RE: Re: Avoid Duplication of record in searching

2016-03-15 Thread rajeshkumar . s
Sountarrajan Software Developer - IT Team Mobile: 91 - 9600984804 Email - rajeshkuma...@maxval-ip.com - Original Message - Subject: Re: Avoid Duplication of record in searching From: "Jack Krupansky" Date: 3/14/16 9:57 pm To: solr-user@lucene.apache.org Are you using DSE

Re: Avoid Duplication of record in searching

2016-03-14 Thread Jack Krupansky
Are you using DSE Search or some custom integration of Solr and Cassandra? Generally, changes in Solr are only visible after a commit operation is performed, either an explicit commit or a time-based auto-commit. Recent DSE Search also has a real-time search feature that does not require commit -

Re: Avoid Duplication of record in searching

2016-03-14 Thread Binoy Dalal
Have you tried using de-duplication? https://cwiki.apache.org/confluence/display/solr/De-Duplication On Mon, Mar 14, 2016 at 9:48 PM wrote: > HI, > I am having SOLR Search on Cassandra Table, when I do some updation in > the Cassandra Table to which the SOLR is being configured he Updated reco

Avoid Duplication of record in searching

2016-03-14 Thread rajeshkumar . s
HI, I am having SOLR Search on Cassandra Table, when I do some updation in the Cassandra Table to which the SOLR is being configured he Updated record gets Duplicated in SOLR Search.But when we do RE-Index of the SOLR there we are getting unique records. We can do re-index every time via app