|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Searcher | |
---|---|
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.lucene | An implemenation of SearchEngine using Lucene. |
Uses of Searcher in org.crosswire.jsword.book.basic |
---|
Fields in org.crosswire.jsword.book.basic declared as Searcher | |
---|---|
private Searcher |
AbstractBook.searcher
How do we perform searches |
Uses of Searcher in org.crosswire.jsword.book.search |
---|
Methods in org.crosswire.jsword.book.search that return Searcher | |
---|---|
static Searcher |
SearcherFactory.createSearcher(Book book)
Create a new Searcher. |
Uses of Searcher in org.crosswire.jsword.book.search.lucene |
---|
Classes in org.crosswire.jsword.book.search.lucene that implement Searcher | |
---|---|
class |
IndexSearcher
The central interface to all searching. |
|
Copyright ยจ 2003-2005 | |||||||||
PREV NEXT | FRAMES NO FRAMES |