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 application before the search process is 
started but it will degrade the performance of the search.
 
So Kindly anyone point me what can be done to avoid duplication if we make 
updation to the Cassandra table configured in SOLR.
 
 
---
Thanks and regards,
Rajesh Kumar Sountarrajan
Software Developer - IT Team


RE: Re: Avoid Duplication of record in searching

2016-03-15 Thread rajeshkumar . s
Hi Jack,
I am using DSE Search in  Datastax DSE 4.7.3, Cassandra version -  
Cassandra 2.1.8.689 
 
what is the Recent version of DSE which have - DSE Search also has a real-time 
search feature that does not require commit
 
 
---
Thanks and regards,
Rajesh Kumar 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 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
 - are you using that?
 
 -- Jack Krupansky
 
 On Mon, Mar 14, 2016 at 12:18 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 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 application before the search process is
 > started but it will degrade the performance of the search.
 >
 > So Kindly anyone point me what can be done to avoid duplication if we make
 > updation to the Cassandra table configured in SOLR.
 >
 >
 > ---
 > Thanks and regards,
 > Rajesh Kumar Sountarrajan
 > Software Developer - IT Team
 >


RE: How can i pass in solr dynamic values to a particular field

2016-04-27 Thread rajeshkumar . s
HI kavurupavan,
From which language you need to pass Dynamic Values.
 
 
 
---
Thanks and regards,
Rajesh Kumar Sountarrajan
Software Developer / DBA Developer - IT Team
 
Mobile: 91 - 9600984804
Email - rajeshkuma...@maxval-ip.com
 
 
- Original Message - Subject: How can i pass in solr dynamic 
values to a particular field
From: "kavurupavan" 
Date: 4/27/16 4:17 pm
To: solr-user@lucene.apache.org

Solr url :
 
 Example:
 
 http://localhost:8983/solr/searching/select?q=*:*&fq=maths:25 AND science:
 30
 
 These 25 and 30 i need to pass dynamically values. How can I pass them as
 part of a Solr URL? 
 Please help me. Thanks in advance.
 
 
 
 --
 View this message in context: 
http://lucene.472066.n3.nabble.com/How-can-i-pass-in-solr-dynamic-values-to-a-particular-field-tp4273107.html
 Sent from the Solr - User mailing list archive at Nabble.com.