Class IndexerInfo
java.lang.Object
org.apache.jackrabbit.oak.plugins.index.importer.IndexerInfo
Represents the index data created by oak-run tooling on the file system.
It looks for 'indexer-info.properties' file in given directory to read the
check point information.
Then for each sub directory it looks for 'index-details.txt' file
which contains index specific implementation details. It looks for
property 'indexPath' which is used to associate the index data to
index location in repository
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Stringstatic final StringName of meta file which stores the index related meta information in properties file formatstatic final StringFile name stored in final index directory which contains meta information like checkpoint details.static final StringProperty name in index-details.txt which refers to the index path in repository -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INDEXER_META
File name stored in final index directory which contains meta information like checkpoint details. This can be used by importer while importing the indexes- See Also:
-
INDEX_METADATA_FILE_NAME
Name of meta file which stores the index related meta information in properties file format- See Also:
-
PROP_INDEX_PATH
Property name in index-details.txt which refers to the index path in repository- See Also:
-
checkpoint
-
-
Constructor Details
-
IndexerInfo
-
-
Method Details
-
save
- Throws:
IOException
-
getIndexes
- Throws:
IOException
-
fromDirectory
- Throws:
IOException
-