Package org.fcrepo.persistence.ocfl.api
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 TypeMethodDescriptionvoidRebuilds the index only when the existing index is not populated.
-
Method Details
-
rebuildIfNecessary
void rebuildIfNecessary()Rebuilds the index only when the existing index is not populated.
-