Robert Stojnic schreef:
Something like that, yes, but hook probably couldn't just connect to the lucene indexer and queue updates, since the indexer might be down for this or that reason... It might be a better solution to put updates into some table with date attached and then let the indexer fetch updates.
Maybe use the job queue for this? We could put pending updates in the job queue, and re-add the job if the indexer is down.
Roan Kattouw (Catrope)