public interface IndexReplicator
| Modifier and Type | Method and Description |
|---|---|
void |
clearIndex()
Erases all the contents of the index
|
void |
mergeAddition(File deltaFile,
String fileID,
int documentCount)
Merges a delta file addition with an index
|
void |
mergeDeletion(File deltaFile,
String fileID,
int documentCount)
Merges a delta file deletion with an index
|
void mergeAddition(File deltaFile, String fileID, int documentCount) throws org.gcube.indexmanagement.common.IndexException
deltaFile - the delta file to mergefileID - the ID of the delta filedocumentCount - the number of documents in the delta fileorg.gcube.indexmanagement.common.IndexExceptionvoid mergeDeletion(File deltaFile, String fileID, int documentCount) throws org.gcube.indexmanagement.common.IndexException
deltaFile - the delta file to deletefileID - the ID of the delta filedocumentCount - the number of documents in the delta fileorg.gcube.indexmanagement.common.IndexExceptionvoid clearIndex()
throws org.gcube.indexmanagement.common.IndexException
org.gcube.indexmanagement.common.IndexExceptionCopyright © 2014. All Rights Reserved.