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 Type
    Method
    Description
    void
    The method updateIndex provides means to update all entries in the database.
  • Method Details

    • updateIndex

      void updateIndex() throws org.apache.lucene.index.CorruptIndexException, IOException
      The method updateIndex 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 error
      org.apache.lucene.index.CorruptIndexException - in case of an error in an index