Package org.apache.wiki.search

Provides the JSPWiki search functionality.

See:
          Description

Interface Summary
SearchProvider Interface for the search providers that handle searching the Wiki
SearchResult Defines a search result.
 

Class Summary
BasicSearchProvider Interface for the search providers that handle searching the Wiki
LuceneSearchProvider Interface for the search providers that handle searching the Wiki
QueryItem This simple class just fulfils the role of a container for searches.
SearchManager Manages searching the Wiki.
SearchMatcher 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.
 

Package org.apache.wiki.search Description

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




Copyright © {inceptionYear}-2014 The Apache Software Foundation. All rights reserved.