Uses of Package
org.crosswire.jsword.index.search

Packages that use org.crosswire.jsword.index.search
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 Abstraction of an Index. 
org.crosswire.jsword.index.lucene An implementation of an Index using Lucene. 
org.crosswire.jsword.index.search This package helps implementors of the various Book interfaces implement search. 
 

Classes in org.crosswire.jsword.index.search used by org.crosswire.jsword.book
SearchRequest
          A SearchRequest consists of a string and modifiers for the search.
 

Classes in org.crosswire.jsword.index.search used by org.crosswire.jsword.book.basic
Searcher
          The central interface to all searching.
SearchRequest
          A SearchRequest consists of a string and modifiers for the search.
 

Classes in org.crosswire.jsword.index.search used by org.crosswire.jsword.index
SearchModifier
          A SearchModifier consists of the kinds of changes that can be done to a search.
 

Classes in org.crosswire.jsword.index.search used by org.crosswire.jsword.index.lucene
Searcher
          The central interface to all searching.
SearchRequest
          A SearchRequest consists of a string and modifiers for the search.
 

Classes in org.crosswire.jsword.index.search used by org.crosswire.jsword.index.search
Searcher
          The central interface to all searching.
SearchModifier
          A SearchModifier consists of the kinds of changes that can be done to a search.
SearchRequest
          A SearchRequest consists of a string and modifiers for the search.
SearchType
          An Enumeration of the possible types of Searches.
 


Copyright ? 2003-2011