Uses of Package
org.jbox.searcher

Packages that use org.jbox.searcher
org.jbox.configuration This package defines APIs for loading configuration file of jbox. 
org.jbox.searcher This package defines APIs for searching index from database. 
org.jbox.searcher.simpleSearcher This package defines APIs of a simple implementation of Searcher. 
 

Classes in org.jbox.searcher used by org.jbox.configuration
Searcher
          The root interface for searching index.
 

Classes in org.jbox.searcher used by org.jbox.searcher
Searcher
          The root interface for searching index.
 

Classes in org.jbox.searcher used by org.jbox.searcher.simpleSearcher
AbstractSearcher
          An abstract class define default behavior of Searcher.
Searcher
          The root interface for searching index.