Uses of Interface
org.crosswire.jsword.index.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.index.lucene An implemenation of SearchEngine using Lucene. 
org.crosswire.jsword.index.search This package helps implementors of the various Book interfaces implement search. 
 

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.index.lucene
 

Classes in org.crosswire.jsword.index.lucene that implement Searcher
 class LuceneSearcher
          The central interface to all searching.
 

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

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


Copyright ? 2003-2006