Uses of Interface
org.crosswire.jsword.index.search.SearchRequest

Packages that use SearchRequest
org.crosswire.jsword.book The Book package provides an interface to a real store of data. 
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 SearchRequest in org.crosswire.jsword.book
 

Methods in org.crosswire.jsword.book with parameters of type SearchRequest
 Key Book.find(SearchRequest request)
          Retrieval: For a given search spec find a list of references to it.
 

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

Methods in org.crosswire.jsword.book.basic with parameters of type SearchRequest
 Key AbstractBook.find(SearchRequest request)
           
 

Uses of SearchRequest in org.crosswire.jsword.index.lucene
 

Methods in org.crosswire.jsword.index.lucene with parameters of type SearchRequest
 Key LuceneSearcher.search(SearchRequest request)
           
 

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

Classes in org.crosswire.jsword.index.search that implement SearchRequest
 class DefaultSearchRequest
          A default implementation of a SearchRequest.
 

Methods in org.crosswire.jsword.index.search with parameters of type SearchRequest
 Key Searcher.search(SearchRequest request)
          Take a search request and decipher it into a Passage.
 


Copyright ? 2003-2006