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

2014-06-24 Thread gurunath
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.

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

2014-06-24 Thread Erik Hatcher
Single document update is quite possible! No worries there. Since you’re using DIH (data import handler) you can use the delta-import command, see https://cwiki.apache.org/confluence/display/solr/Uploading+Structured+Data+Store+Data+with+the+Data+Import+Handler#UploadingStructuredDataStoreData

How to add some more documents to an existing index file

2014-06-24 Thread Pai, Gurunath (GE Corporate, consultant)
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