Uses of Interface
org.apache.wiki.search.SearchProvider
Packages that use SearchProvider
Package
Description
Provides the JSPWiki search functionality.
-
Uses of SearchProvider in org.apache.wiki.search
Classes in org.apache.wiki.search that implement SearchProviderModifier and TypeClassDescriptionclassInterface for the search providers that handle searching the WikiclassInterface for the search providers that handle searching the WikiMethods in org.apache.wiki.search that return SearchProviderModifier and TypeMethodDescriptionDefaultSearchManager.getSearchEngine()Returns the SearchProvider used.SearchManager.getSearchEngine()Returns the SearchProvider used. -
Uses of SearchProvider in org.apache.wiki.search.kendra
Classes in org.apache.wiki.search.kendra that implement SearchProviderModifier and TypeClassDescriptionclassSearch provider that implements {link SearchProvider} using AWS Kendra for indexing. -
Uses of SearchProvider in org.apache.wiki.search.tika
Classes in org.apache.wiki.search.tika that implement SearchProviderModifier and TypeClassDescriptionclassSearch provider that extends {link LuceneSearchProvider} using Apache Tika for indexing attachment content.