Re: How to add some more documents to an existing index file
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 message in context: http://lucene.472066.n3.nabble.com/How-to-add-some-more-documents-to-an-existing-index-file-tp4143677p4143690.html Sent from the Solr - User mailing list archive at Nabble.com.
Tomcat or Jetty to use with solr in production ?
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: http://lucene.472066.n3.nabble.com/Tomcat-or-Jetty-to-use-with-solr-in-production-tp4144712.html Sent from the Solr - User mailing list archive at Nabble.com.
Integrating solr with Hadoop
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. Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/Integrating-solr-with-Hadoop-tp4144715.html Sent from the Solr - User mailing list archive at Nabble.com.
Re: Integrating solr with Hadoop
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 zookeeper and Hadoop. Thanks Guru Pai. -- View this message in context: http://lucene.472066.n3.nabble.com/Integrating-solr-with-Hadoop-tp4144715p4144916.html Sent from the Solr - User mailing list archive at Nabble.com.
Re: Integrating solr with Hadoop
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 Nabble.com.
How to add some more documents to an existing index file
I am having an index file which contains the data from mysql database, I created this index file using dataimporthandler of solr. My requirement is, suppose if i add a new row to database, I want to update that row in my existing index file of solr. I dont have any idea how to add the new 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.