is this solved? It looks like you're batch inserting into IndexService and then querying through the new integrated index... Those are separate, so please use BatchInserterIndexProvider instead.
Den tisdag 9 november 2010 skrev Peter Neubauer<[email protected]>: > Vasco, > sorry for not getting back to you. Is this still relevant, do you want > me to look into this? > > Cheers, > > /peter neubauer > > GTalk: neubauer.peter > Skype peter.neubauer > Phone +46 704 106975 > LinkedIn http://www.linkedin.com/in/neubauer > Twitter http://twitter.com/peterneubauer > > http://www.neo4j.org - Your high performance graph database. > http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party. > > > > On Mon, Oct 4, 2010 at 10:07 PM, Vasco Pedro <[email protected]> wrote: >> long node = inserter.createNode( nodeProps ); >> indexService.index( node, "uri", nodeuri ); >> indexService.index(node, "label", label); > _______________________________________________ > Neo4j mailing list > [email protected] > https://lists.neo4j.org/mailman/listinfo/user > -- Mattias Persson, [[email protected]] Hacker, Neo Technology www.neotechnology.com _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

