final DataStatisticsStore statisticsStore = new AccumuloDataStatisticsStoreExt(
storeOperations);
adapterStore = new AccumuloAdapterStore(
storeOperations);
dataStore = new VectorDataStore(
indexStore,
adapterStore,
statisticsStore,
storeOperations);
statsOperations = new BasicAccumuloOperations(
config.getZookeeperServers(),
config.getInstanceName(),
config.getUserName(),
config.getPassword(),
config.getAccumuloNamespace() + "_stats");
statsDataStore = new VectorDataStore(
statsOperations);
}