final AdapterStore adapterStore = new MemoryAdapterStore(
new DataAdapter[] {
new FeatureDataAdapter(
type)
});
final AccumuloOptions options = new AccumuloOptions();
options.setPersistDataStatistics(false);
// TODO consider an in memory statistics store that will write the
// statistics when the job is completed
dataStore = new AccumuloDataStore(
indexStore,
adapterStore,