Package org.crosswire.jsword.book.search

This package helps implementors of the various Book interfaces implement search.

See:
          Description

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

Class Summary
Grammar A class representing various grammatical constructs (in English).
IndexManagerFactory A Factory class for IndexManagers.
Msg Compile safe Msg resource settings.
SearcherFactory Factory method for creating a new Searcher.
ThesaurusFactory Factory method for creating a new Thesaurus.
 

Package org.crosswire.jsword.book.search Description

This package helps implementors of the various Book interfaces implement search.

Search can be split into 2 sections, the actual indexing, and the parsing of queries. The Index and Parser interfaces represent these sections. Some implementations of the SearchEngine interface (like ser) will use this splitting, whilst Lucene uses it's own code.


Copyright ? 2003-2004