Class KendraSearchProvider

java.lang.Object
org.apache.wiki.search.kendra.KendraSearchProvider
All Implemented Interfaces:
WikiProvider, SearchProvider

public class KendraSearchProvider extends Object implements SearchProvider
Search provider that implements {link SearchProvider} using AWS Kendra for indexing. Note that we are using a Custom DataSource which limits the attributes that can be uploaded / searched for each page (as per https://docs.aws.amazon.com/kendra/latest/dg/custom-attributes.html). This could be overcome by using an S3 bucket where any custom attributes can be added.
Since:
2.11.0