> Unfortunately to track the
> status of
> indexing for a core one need to keeping pinging the server
> to check
> completion status. Is there a way to get a response from
> SOLR once the
> indexing is complete ?
Yes it is possible :
http://wiki.apache.org/solr/DataImportHandler#EventListeners
Thanks Gora,
I can definitely trigger the full re-indexing using CURL for multiple cores
although if i try to index multiple cores (more than 4-5 cores)
simultaneously then the re-indexing fails due to DB connection pool
problems( Connection not available ). Thus I need to schedule indexing once
t
On 26 December 2012 18:06, Anupam Bhattacharya 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 li