Package org.apache.wiki.search
Provides the JSPWiki search functionality.
Package Specification
This package provides the different searching modules for JSPWiki. Search is governed by the SearchManager, which provides a facade to all the different SearchProvider modules.Related Documentation
-
Interface Summary Interface Description SearchManager Manages searching the Wiki.SearchProvider Interface for the search providers that handle searching the WikiSearchResult Deprecated. - useSearchResult
instead -
Class Summary Class Description BasicSearchProvider Interface for the search providers that handle searching the WikiDefaultSearchManager Manages searching the Wiki.LuceneSearchProvider Interface for the search providers that handle searching the WikiQueryItem Deprecated. - useQueryItem
insteadSearchMatcher SearchMatcher performs the task of matching a search query to a page's contents.SearchResultComparator Simple class that decides which search results are more important than others.