|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Index | |
---|---|
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. |
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 Index in org.crosswire.jsword.book.search |
---|
Methods in org.crosswire.jsword.book.search that return Index | |
---|---|
Index |
IndexManager.getIndex(Book book)
Create a new Searcher. |
Methods in org.crosswire.jsword.book.search with parameters of type Index | |
---|---|
void |
Searcher.init(Index index)
Setup the index that this parser can use to do word level searches |
Uses of Index in org.crosswire.jsword.book.search.lucene |
---|
Classes in org.crosswire.jsword.book.search.lucene that implement Index | |
---|---|
class |
LuceneIndex
Implement the SearchEngine using Lucene as the search engine. |
Methods in org.crosswire.jsword.book.search.lucene that return Index | |
---|---|
Index |
LuceneIndexManager.getIndex(Book book)
|
Uses of Index in org.crosswire.jsword.book.search.parse |
---|
Fields in org.crosswire.jsword.book.search.parse declared as Index | |
---|---|
private Index |
IndexSearcher.index
The index |
Methods in org.crosswire.jsword.book.search.parse that return Index | |
---|---|
protected Index |
IndexSearcher.getIndex()
Accessor for the Bible to search. |
Methods in org.crosswire.jsword.book.search.parse with parameters of type Index | |
---|---|
void |
IndexSearcher.init(Index newindex)
|
|
Copyright ? 2003-2004 | |||||||||
PREV NEXT | FRAMES NO FRAMES |