Package org.ctan.site.stores.base
Interface IndexingStore
- All Known Implementing Classes:
AbstractIndexingStore
,ArchiveFileStore
,AuthorStore
,GuestBookStore
,LicenseStore
,MirrorStore
,PkgStore
,TopicStore
public interface IndexingStore
The interface
IndexingStore
contains the abstract repository for
CRUD operations on an indexed entity.-
Method Summary
Modifier and TypeMethodDescriptionvoid
The methodupdateIndex
provides means to update all entries in the database.
-
Method Details
-
updateIndex
The methodupdateIndex
provides means to update all entries in the database. Note that entries which are gone are not removed!- Throws:
IOException
- in case of an I/O errororg.apache.lucene.index.CorruptIndexException
- in case of an error in an index
-