People can add advertisements on my website.
What I do now is run a scheduled task on my Windows server every night at
3AM.

But I want to do a delta import as soon as the user saves a new
advertisement on my website.

Now, from the server doing the delta import is as easy as calling:
http://localhost:8983/solr/dataimport?command=delta-import

But, as you can see, that is from localhost, which I cant call from my
frontend website.
How can I do a delta import after a visitor action on the front?

--
View this message in context: 
http://lucene.472066.n3.nabble.com/Call-indexer-after-action-on-website-tp3105153p3105153.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to