Vasco, this seems to be related to the other Index issues that pop up on the list. We will try to look into this ASAP - I could recreate one failing test in Java, so this should be solvable (if it is the same issue).
Is that ok with you? Cheers, /peter neubauer VP Product Management, Neo Technology 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: > Hi All, > > I have loaded some data to a neo4j graph with the batchinsert and > indexservice. I can query the index using the shell, but when I try to > access the same index in python using the neo4j.py library it seems > like it can't find it. Is there any special trick or configuration > that I should be using? > > Thanks, > > here is the load code (jave) and the read code (python) > > Java > ... > long node = inserter.createNode( nodeProps ); > indexService.index( node, "uri", nodeuri ); > indexService.index(node, "label", label); > ... > > Python > > graphdb = neo4j.GraphDatabase("/var/neo4j/yago") > gdi = graphdb.index('label') > > > -- > Vasco Calais Pedro > Founder/CEO > Bueda > 412.880.7785 > > > > -- > Vasco Calais Pedro > Founder/CEO > Bueda > 412.880.7785 > _______________________________________________ > Neo4j mailing list > [email protected] > https://lists.neo4j.org/mailman/listinfo/user > _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

