|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IndexManager
Manages the life-cycle of an Index.
for license details.
The copyright to this program is held by it's authors.
Method Summary | |
---|---|
void |
closeAllIndexes()
Close all indexes associated with this Index Manager |
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,
URI 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, URI tempDest) throws BookException
book
- The book that we downloaded an index fortempDest
- The URI of a zip file to install
BookException
void deleteIndex(Book book) throws BookException
BookException
void closeAllIndexes()
|
Copyright ? 2003-2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |