Uses of Interface
org.jbox.searcher.Searcher

Packages that use 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. 
 

Uses of Searcher in org.jbox.configuration
 

Methods in org.jbox.configuration that return Searcher
 Searcher Configuration.buildSearcher()
          Create a new Searcher object using the properties and mappings in this configuration.
 

Uses of Searcher in org.jbox.searcher
 

Classes in org.jbox.searcher that implement Searcher
 class AbstractSearcher
          An abstract class define default behavior of Searcher.
 

Uses of Searcher in org.jbox.searcher.simpleSearcher
 

Classes in org.jbox.searcher.simpleSearcher that implement Searcher
 class SimpleSearcher
          A concrete Searcher.