Uses of Interface
org.crosswire.jsword.book.search.Thesaurus

Packages that use Thesaurus
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. 
 

Uses of Thesaurus in org.crosswire.jsword.book.search
 

Methods in org.crosswire.jsword.book.search that return Thesaurus
static Thesaurus ThesaurusFactory.createThesaurus()
          Create a new Thesaurus.
 

Uses of Thesaurus in org.crosswire.jsword.book.search.basic
 

Classes in org.crosswire.jsword.book.search.basic that implement Thesaurus
 class NullThesaurus
          An implementation of Thesaurus that simply returns the word that the user wanted similies of.
 

Uses of Thesaurus in org.crosswire.jsword.book.search.lucene
 

Classes in org.crosswire.jsword.book.search.lucene that implement Thesaurus
 class LuceneThesarus
          Implement the Thesarus using Lucene fuzzy searches.
 

Uses of Thesaurus in org.crosswire.jsword.book.search.parse
 

Fields in org.crosswire.jsword.book.search.parse declared as Thesaurus
private  Thesaurus StartsParamWord.thesaurus
          The source of thesaurus data
private  Thesaurus PhraseParamWord.thesaurus
          How we get related words
private  Thesaurus GrammarParamWord.thesaurus
          The source of thesaurus data
 


Copyright ? 2003-2004