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

Packages that use org.crosswire.jsword.book.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.book.search This package helps implementors of the various Book interfaces implement search. 
org.crosswire.jsword.book.search.basic Initial implementations of the search interfaces. 
org.crosswire.jsword.book.search.lucene An implemenation of SearchEngine using Lucene. 
 

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

Classes in org.crosswire.jsword.book.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.book.search used by org.crosswire.jsword.book.search
Index
          An index into a body of text that knows what words exist and where they are.
IndexManager
          A way of managing a way of creating a search index for a book.
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.
SearchSyntax
          A SearchSyntax allows for the decoration of strings in a way that is appropriate for the Searcher.
SearchType
          An Enumeration of the possible types of Searches.
 

Classes in org.crosswire.jsword.book.search used by org.crosswire.jsword.book.search.basic
Index
          An index into a body of text that knows what words exist and where they are.
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.
 

Classes in org.crosswire.jsword.book.search used by org.crosswire.jsword.book.search.lucene
Index
          An index into a body of text that knows what words exist and where they are.
IndexManager
          A way of managing a way of creating a search index for a book.
Searcher
          The central interface to all searching.
SearchRequest
          A SearchRequest consists of a string and modifiers for the search.
SearchSyntax
          A SearchSyntax allows for the decoration of strings in a way that is appropriate for the Searcher.
 


Copyright ยจ 2003-2005