Re: [Neo4j] java.lang.UnsupportedOperationException

2011-08-11 Thread Mattias Persson
The BatchInserter#getGraphDbService() is only there to have the batch inserter look like a GraphDatabaseService, so that you wouldn't have to rewrite your code to be able to import it with the batch inserter. index() support haven't been implemented there... but you should really use

Re: [Neo4j] java.lang.UnsupportedOperationException question

2011-08-03 Thread ahmed.elsharkasy
i want to do this : graphDb.index().forNodes(indexName) how can i do so with BatchInserterIndexProvider? -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/Neo4j-java-lang-UnsupportedOperationException-question-tp3218645p3221557.html Sent from the Neo4j

Re: [Neo4j] java.lang.UnsupportedOperationException question

2011-08-03 Thread ahmed.elsharkasy
Thanks a lot for your help , Now i got it -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/Neo4j-java-lang-UnsupportedOperationException-question-tp3218645p3221968.html Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.

[Neo4j] java.lang.UnsupportedOperationException question

2011-08-02 Thread Ahmed El-Sharkasy
I am receiving java.lang.UnsupportedOperationException with new BatchInserterImpl(neo4j_directory).getGraphDbService().index() can you please help me ? -- yours, A.sharkasy ___ Neo4j mailing list User@lists.neo4j.org

Re: [Neo4j] java.lang.UnsupportedOperationException question

2011-08-02 Thread Michael Hunger
With Batch Inserter you should use the BatchInserterIndexProvider Please see here: http://docs.neo4j.org/chunked/1.4/indexing-batchinsert.html Cheers Michael Am 02.08.2011 um 13:17 schrieb Ahmed El-Sharkasy: I am receiving java.lang.UnsupportedOperationException with new