Class DefaultLuceneIndexSnapshotManager

  • All Implemented Interfaces:
    LuceneIndexSnapshotManager

    public class DefaultLuceneIndexSnapshotManager
    extends Object
    implements LuceneIndexSnapshotManager
    Manage all Lucene index snapshots. In DC, all index snapshots are stored under shared-home/index-snapshots. There is a limit of how many snapshots are retained at any time for an index. The default is 3. Exceeded snapshots are regularly purged by LuceneIndexSnapshotCleaner.
    Since:
    7.6.0