Re: [Neo4j] why i can't read node_auto_index using BatchInserterIndex?
che via > mapdb still enabled ? > > > On Mon, Nov 24, 2014 at 1:13 PM, 3in > > wrote: > >> i am using BatchInserter to update the graphdb in increments,like this: >> >> Config config = Config.convertArgumentsToConfig(args); >&g
[Neo4j] why i can't read node_auto_index using BatchInserterIndex?
i am using BatchInserter to update the graphdb in increments,like this: Config config = Config.convertArgumentsToConfig(args); File graphDb = new File(config.getGraphDbDirectory()); BatchInserter db = createBatchInserter(graphDb, config); BatchInserterIndexProvider