Lucene Search
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
- Xperience by Kentico version: 29.3.0
- .NET version: [8]
- Deployment environment: Localhost
- Link to relevant Xperience by Kentico documentation
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.