Uses of Interface
org.crosswire.jsword.book.search.Searcher

Packages that use Searcher
org.crosswire.jsword.book.basic The Basic package contains default and abstract implementations of the main Book classes. 
org.crosswire.jsword.book.search This package helps implementors of the various Book interfaces implement search. 
org.crosswire.jsword.book.search.parse The search package is responsible for taking a text string "God & loves & world" and turning it into a series of calls to Book and Passage to find the answer. 
 

Uses of Searcher in org.crosswire.jsword.book.basic
 

Fields in org.crosswire.jsword.book.basic declared as Searcher
private  Searcher AbstractBook.searcher
          How do we perform searches
 

Uses of Searcher in org.crosswire.jsword.book.search
 

Methods in org.crosswire.jsword.book.search that return Searcher
static Searcher SearcherFactory.createSearcher(Book book)
          Create a new Searcher.
 

Uses of Searcher in org.crosswire.jsword.book.search.parse
 

Classes in org.crosswire.jsword.book.search.parse that implement Searcher
 class IndexSearcher
          The central interface to all searching.
 


Copyright ? 2003-2004