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 java.lang.StringgetType()Index type for this implementationvoidimportIndex(NodeState root, NodeBuilder defn, java.io.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, java.io.File indexDir) throws java.io.IOException, CommitFailedException
Import the index data from given directory into the NodeBuilder created for the index at given path- Throws:
java.io.IOExceptionCommitFailedException
-
getType
java.lang.String getType()
Index type for this implementation
-
-