|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IndexManager
A way of managing a way of creating a search index for a book.
for license details.
The copyright to this program is held by it's authors.
Method Summary | |
---|---|
void |
deleteIndex(Book book)
Tidy up after yourself and remove all the files that make up any indexes you created. |
Index |
getIndex(Book book)
Create a new Searcher. |
void |
installDownloadedIndex(Book book,
URL tempDest)
We have downloaded a search index to a zip file. |
boolean |
isIndexed(Book book)
Detects if index data has been stored for this Bible already |
void |
scheduleIndexCreation(Book book)
Read from the given source version to generate ourselves. |
Method Detail |
---|
boolean isIndexed(Book book)
Index getIndex(Book book) throws BookException
BookException
void scheduleIndexCreation(Book book)
void installDownloadedIndex(Book book, URL tempDest) throws BookException
book
- The book that we downloaded an index fortempDest
- The URL of a zip file to install
BookException
void deleteIndex(Book book) throws BookException
BookException
|
Copyright ยจ 2003-2005 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |