update skip files
This commit is contained in:
parent
f34131c3bf
commit
fca3fba1aa
1 changed files with 1 additions and 0 deletions
|
@ -409,6 +409,7 @@ public class IndexBatchCreator {
|
|||
String name = f.getName().substring(0, i);
|
||||
File bmif = new File(skipExistingIndexes, name + "_" + IndexConstants.BINARY_MAP_VERSION
|
||||
+ IndexConstants.BINARY_MAP_INDEX_EXT_ZIP);
|
||||
log.info("Check if " + bmif.getAbsolutePath() + " exists");
|
||||
if (bmif.exists()) {
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue