Re: [Neo4j] why i can't read node_auto_index using BatchInserterIndex?

2014-11-25 Thread 3in
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?

2014-11-24 Thread 3in
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