Interface IndexImporterProvider
public interface IndexImporterProvider
This class is responsible for importing the index
data from the file system into the repository.
-
Method Summary
Modifier and TypeMethodDescriptiongetType()Index type for this implementationvoidimportIndex(NodeState root, NodeBuilder defn, File indexDir) Import the index data from given directory into the NodeBuilder created for the index at given path
-
Method Details
-
importIndex
void importIndex(NodeState root, NodeBuilder defn, File indexDir) throws IOException, CommitFailedException Import the index data from given directory into the NodeBuilder created for the index at given path- Throws:
IOExceptionCommitFailedException
-
getType
String getType()Index type for this implementation
-