Re: Integrating solr with Hadoop

2014-07-02 Thread gurunath
Thanks Eric, I will watch out for Map reduce option. It will be helpfull if I get any links to set up hadoop with solr. -- View this message in context: http://lucene.472066.n3.nabble.com/Integrating-solr-with-Hadoop-tp4144715p4145157.html Sent from the Solr - User mailing list archive at

Tomcat or Jetty to use with solr in production ?

2014-06-30 Thread gurunath
Hi, Confused with lot of reviews on Jetty and tomcat along with solr 4.7 ?, Is there any better option for production. want to know the complexity's with tomcat and jetty in future, as i want to cluster with huge data on solr. Thanks -- View this message in context:

Integrating solr with Hadoop

2014-06-30 Thread gurunath
Hi, I want to setup solr in production, Initially the data set i am using is of small scale, the size of data will grow gradually. I have heard about using *Big Data Work for Hadoop and Solr*, Is this a better option for large data or better to go ahead with tomcat or jetty server with solr.

Re: Integrating solr with Hadoop

2014-06-30 Thread gurunath
Thanks everybody, And I was confused. Now if i am not wrong, I have to use solr with tomcat or jetty and I can use Hadoop file system to store index file where solr by default uses NTFs... and etc. So my question is can I have a configuration mentioned below. 1. Solr 4.7 + Tomcat 7 + Apache

How to add some more documents to an existing index file

2014-06-24 Thread Pai, Gurunath (GE Corporate, consultant)
record from database to solr ? Do I need to re-index the index file again or even single record update is possible. Thanks Regards Gurunath Pai.

Re: How to add some more documents to an existing index file

2014-06-24 Thread gurunath
I have found the answer for the above query, i.e, by using Delta import handler. But If I am going to use the deltaimporthandler of solr, Then I need to add a last modified column in the database table. Is it possible to achieve the same without altering the database table. -- View this