|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SearchRequest | |
|---|---|
| org.crosswire.jsword.book | The Book package provides an interface to a real store of data. |
| org.crosswire.jsword.book.basic | The Basic package contains default and abstract implementations of the main Book classes. |
| org.crosswire.jsword.index.lucene | An implementation of an Index using Lucene. |
| org.crosswire.jsword.index.search | This package helps implementors of the various Book interfaces implement search. |
| Uses of SearchRequest in org.crosswire.jsword.book |
|---|
| Methods in org.crosswire.jsword.book that return SearchRequest | |
|---|---|
SearchRequest |
Bookmark.getSearchRequest()
Get the SearchRequest for this Bookmark. |
| Methods in org.crosswire.jsword.book with parameters of type SearchRequest | |
|---|---|
Key |
Book.find(SearchRequest request)
Retrieval: For a given search spec find a list of references to it. |
void |
Bookmark.setSearchRequest(SearchRequest request)
Set the SearchRequest for this Bookmark. |
| Uses of SearchRequest in org.crosswire.jsword.book.basic |
|---|
| Fields in org.crosswire.jsword.book.basic declared as SearchRequest | |
|---|---|
private SearchRequest |
DefaultBookmark.searchRequest
The search request. |
| Methods in org.crosswire.jsword.book.basic that return SearchRequest | |
|---|---|
SearchRequest |
DefaultBookmark.getSearchRequest()
|
| Methods in org.crosswire.jsword.book.basic with parameters of type SearchRequest | |
|---|---|
Key |
AbstractBook.find(SearchRequest request)
|
void |
DefaultBookmark.setSearchRequest(SearchRequest request)
|
| Uses of SearchRequest in org.crosswire.jsword.index.lucene |
|---|
| Methods in org.crosswire.jsword.index.lucene with parameters of type SearchRequest | |
|---|---|
Key |
LuceneSearcher.search(SearchRequest request)
|
| Uses of SearchRequest in org.crosswire.jsword.index.search |
|---|
| Classes in org.crosswire.jsword.index.search that implement SearchRequest | |
|---|---|
class |
DefaultSearchRequest
A default implementation of a SearchRequest. |
| Methods in org.crosswire.jsword.index.search with parameters of type SearchRequest | |
|---|---|
Key |
Searcher.search(SearchRequest request)
Take a search request and decipher it into a Passage. |
|
Copyright ยจ 2003-2015 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||