cfg.put( DefaultBatchBackend.CONCURRENT_WRITERS, forceToNumWriterThreads.toString() );
}
Properties batchBackendConfiguration = new MaskedProperty(
cfg, Environment.BATCH_BACKEND
);
batchBackend.initialize( batchBackendConfiguration, progressMonitor, this );
return batchBackend;
}
public PolymorphicIndexHierarchy getIndexHierarchy() {
return indexHierarchy;