Package com.ecyrd.jspwiki.search

Provides the JSPWiki search functionality.

See:
          Description

Interface Summary
SearchProvider Interface for the search providers that handle searching the Wiki
 

Class Summary
BasicSearchProvider Interface for the search providers that handle searching the Wiki
LuceneSearchProvider Interface for the search providers that handle searching the Wiki
SearchManager Manages searching the Wiki.
 

Package com.ecyrd.jspwiki.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