Interface IndexImporterProvider
-
public interface IndexImporterProviderThis class is responsible for importing the index data from the file system into the repository.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetType()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 Detail
-
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
-
-