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 Detail

      • rebuildIfNecessary

        void rebuildIfNecessary()
        Rebuilds the index only when the existing index is not populated.