Hi

The reader was looking for a way to do 'DIH' automatically.

The reason was for HA configuration.

Thank you for answer.

If you know how, please reply.
-----Original Message-----
From: Doss <itsmed...@gmail.com> 
Sent: Friday, January 04, 2019 3:59 PM
To: solr-user@lucene.apache.org
Subject: RE: [solr-solrcloud] How does DIH work when there are multiple
nodes?

Hi,

The data import process will not happen automatically, we have to do it
manually through the admin interface or by calling the URL

https://lucene.apache.org/solr/guide/7_5/uploading-structured-data-store-
data-with-the-data-import-handler.html

Full Import:

http://node1ip:8983/solr/yourindexname/dataimport?command=full-
import&commit=true

Delta Import:

http://node1ip:8983/solr/yourindexname/dataimport?command=delta-
import&commit=true


If you want to do the delta import automatically you can setup a cron
(linux) which can call the URL periodically.

Best,
Doss.




--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Reply via email to