271272273274275276277
} static IndexProviderStore newIndexStore( String dbStoreDir ) { File file = new File( getStoreDir( dbStoreDir ).first() + File.separator + "lucene-store.db" ); return new IndexProviderStore( file ); }