Lucene indexing hook
Hi everybody,
Is it possible to connect to the Lucene re-indexer in order to execute some code right after the Lucene finishes re-indexing?
Also, would it be possible to get a list of the assets and their types, which were involved in the re-indexing?
The scenario:
1. Publishing finished to Production,
2. Lucene started to re-index configured asset attributes.
3. Lucene finished.
4. We run some code, which retrieves the list of the reindexed assets and does something with these assets.
Sergey Grish