On 26 December 2012 18:06, Anupam Bhattacharya <anupam...@gmail.com> wrote: > Hello Everyone, > > Is it possible to schedule full reindexing of all solr cores without going > to individually to the DIH screen of each core ?
One could quite easily write a wrapper around Solr's URLs for indexing. You could use a tool like curl, a simple shell script, or pretty much any programming language to do this. Regards, Gora