Lucene Search

August 6, 2024 7:53 PM

I have implemented Lucene search for Articles using this community.kentico.com project as well as the Lucene Github documentation as references to create the required LuceneIndexingStrategy, which is working correctly.

Are there any examples anywhere of how to build a full-site-search IndexingStrategy instead of indivual ones for each content type? Is it simply a matter of combining all the code for each content type into a single IndexingStrategy? Any guidance through this process would be most helpful.


Environment

Answers

In looking at other Q&A items, I stumbled upon this, which I did not realize existed: Lucene Search Dancing Goat Examples

This appears to be exactly what I was seeking, an example of full site search using Lucene on XbK. 😊

To answer this question, you have to login first.