This event wraps the creation of a search result snippet extracted from the raw page source matching the keywords the user searched for.
The data is passed the following array:
array( 'id' => $id, 'text' => &$text, 'highlight' => &$highlight, 'snippet' => '', );
text and highlight can be modified from within the BEFORE event. snippet will be filled with the final HTML snippet in the AFTER event or can be set on your own in the BEFORE event.
The following plugins are known to handle this event and their source code may be a good start for understanding and implementing a handler yourself.
