Interface IndexBuilder

All Known Implementing Classes:
IndexBuilderImpl

public interface IndexBuilder
An interface representing index rebuilding capabilities. Any index state that can be derived from the underlying OCFL repository must be regenerated by the implementing class. repository
Since:
6.0.0
Author:
dbernstein
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Rebuilds the index only when the existing index is not populated.
  • Method Details

    • rebuildIfNecessary

      Rebuilds the index only when the existing index is not populated.