I have Wordpress blog and Umbraco web site. I need custom search for current Umbraco search, which allow me to use current ezSearch and my search results from blog.
At this moment I have implementation to get blog posts with rest api and returning with Umbraco search results, but It is really slower than I want.
I would like to use Examine indexer for blog posts. I'm looking at LuceneIndexer class and I think that I should implement the same as BaseUmbracoIndexer.
Umbraco search.
I don't know where to start, but...
I have Wordpress blog and Umbraco web site. I need custom search for current Umbraco search, which allow me to use current ezSearch and my search results from blog.
At this moment I have implementation to get blog posts with rest api and returning with Umbraco search results, but It is really slower than I want.
I would like to use Examine indexer for blog posts. I'm looking at LuceneIndexer class and I think that I should implement the same as BaseUmbracoIndexer.
Any suggestions......
Thanks,
Hi Michael,
You can use Umbraco GatheringNode Event for creating your custom examine index.
https://our.umbraco.org/forum/developers/extending-umbraco/11667-GatheringNodeData-examine-event
is working on a reply...