Smart Search Index - Global Events

Tomasz Czado asked on June 2, 2017 14:28

Is there any global event that allows me to do something after smart search index finished indexing? Or easy way to extend build-in smart search index to run something just after content is indexed?

Correct Answer

Michal Samuhel answered on June 2, 2017 21:58

Hi Tomasz,

You could use ObjectEvents.GetContent.Execute from Customizing content of seach indexes. This is happening before the items are inserted into the index, but depending on your scenario it could work.

Otherwise I am afraid custom analyzer, or extractor would be needed to collect and alter data, but again this would be happening during indexing, so it depends on your goal.

0 votesVote for this answer Unmark Correct answer

   Please, sign in to be able to submit a new answer.