Is it possible to extend a search handler, specifically the one used for ES? I am interested in the "insertIntoIndex" method.
There doesn't seem to be a way to extend here with existing code events:
load_class_search_data
search_source_create
(What happens if there are multiple "search_source_create"?)
I wish to take advantage of insertIntoIndex when it's used either by (1) postSave in the DataWriter, or (2) when rebuilding content (which is why I dont want to extend postSave).
Thanks,
There doesn't seem to be a way to extend here with existing code events:
load_class_search_data
search_source_create
(What happens if there are multiple "search_source_create"?)
I wish to take advantage of insertIntoIndex when it's used either by (1) postSave in the DataWriter, or (2) when rebuilding content (which is why I dont want to extend postSave).
Thanks,