I'm a newbie with Solr, I use it for indexing and search files on a server through a webservice.
I would know how to configure it to run the indexing process only once a day (for example at 3:00am).
I'm a newbie with Solr, I use it for indexing and search files on a server through a webservice.
I would know how to configure it to run the indexing process only once a day (for example at 3:00am).
If you are calling it through the web service, add/write a scheduler which will invoke the web service at the required time.
For writing the scheduler please refer below links
http://www.mkyong.com/java/how-to-run-a-task-periodically-in-java/