|
||||||||||
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.basic | Initial implementations of the search interfaces. |
org.crosswire.jsword.book.search.lucene | An implemenation of SearchEngine using Lucene. |
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.basic |
---|
Classes in org.crosswire.jsword.book.search.basic that implement Index | |
---|---|
class |
AbstractIndex
A simple implementation of an Index that provides the set/get for SearchModifier. |
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. |
Fields in org.crosswire.jsword.book.search.lucene declared as Index | |
---|---|
private Index |
IndexSearcher.index
The index |
Methods in org.crosswire.jsword.book.search.lucene that return Index | |
---|---|
protected Index |
IndexSearcher.getIndex()
Accessor for the Bible to search. |
Index |
LuceneIndexManager.getIndex(Book book)
|
Methods in org.crosswire.jsword.book.search.lucene with parameters of type Index | |
---|---|
Key |
AndNotQuery.find(Index index)
|
Key |
AndQuery.find(Index index)
|
Key |
BaseQuery.find(Index index)
|
Key |
BlurQuery.find(Index index)
|
Key |
OrQuery.find(Index index)
|
Key |
Query.find(Index index)
|
Key |
RangeQuery.find(Index index)
|
void |
IndexSearcher.init(Index newindex)
|
|
Copyright ยจ 2003-2005 | |||||||||
PREV NEXT | FRAMES NO FRAMES |