return null;
}
try {
FileSystemIndexStore idxStore = new FileSystemIndexStore(treeFile);
return idxStore.load(store.shpManager.openIndexFile(), store.isMemoryMapped());
} catch (IOException e) {
throw new StoreException(e);
}
} finally {
shpFiles.unlockRead(treeURL, writer);