Fix issue
This commit is contained in:
parent
3f8a4bda60
commit
87469a334f
1 changed files with 1 additions and 1 deletions
|
@ -371,7 +371,7 @@ public class IndexBatchCreator {
|
|||
String url = MessageFormat.format(site, name);
|
||||
|
||||
String regionName = prefix + name;
|
||||
String fileName = prefix + name + suffix;
|
||||
String fileName = Algoritms.capitalizeFirstLetterAndLowercase(prefix + name + suffix);
|
||||
File bmif = new File(indexDirFiles, fileName + "_" + IndexConstants.BINARY_MAP_VERSION + IndexConstants.BINARY_MAP_INDEX_EXT);
|
||||
if(skipGeneratedIndexes && bmif.exists()){
|
||||
continue;
|
||||
|
|
Loading…
Reference in a new issue