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

Packages that use org.crosswire.jsword.book.search
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   
org.crosswire.jsword.book.search.lucene An implemenation of SearchEngine using Lucene. 
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. 
 

Classes in org.crosswire.jsword.book.search used by org.crosswire.jsword.book.basic
Searcher
          The central interface to all searching.
 

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.
Msg
          Compile safe Msg resource settings.
Searcher
          The central interface to all searching.
Thesaurus
          A source of synonym data for a given word.
 

Classes in org.crosswire.jsword.book.search used by org.crosswire.jsword.book.search.basic
Thesaurus
          A source of synonym data for a given word.
 

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.
Thesaurus
          A source of synonym data for a given word.
 

Classes in org.crosswire.jsword.book.search used by org.crosswire.jsword.book.search.parse
Index
          An index into a body of text that knows what words exist and where they are.
Searcher
          The central interface to all searching.
Thesaurus
          A source of synonym data for a given word.
 


Copyright ? 2003-2004