Re: [Neo4j] Saving indexes in neo4j.py

2010-09-17 Thread Morten Barklund
Hi Francois, In your code: else: tx.finish() Should probably be: else: tx.success() If the python API is similar to the java API. Regards, Morten Barklund On Fri, Sep 17, 2010 at 11:20, Francois Kassis wrote: > Hi all, > I create a new database "neodatabse" us

Re: [Neo4j] Bug: LuceneFullTextQueryIndex service ignoring last word/term

2010-09-15 Thread Morten Barklund
n/listinfo/user > 13. mailto:matt...@neotechnology.com > 14. mailto:user@lists.neo4j.org > 15. mailto:rick.bullo...@burningskysoftware.com > 16. mailto:User@lists.neo4j.org > 17. https://lists.neo4j.org/mailman/listinfo/user > 18. mailto:matt...@neotechnology.com > 19. http://www.neotechnology.com/ > 20. mailto:User@lists.neo4j.org > 21. https://lists.neo4j.org/mailman/listinfo/user > 22. mailto:User@lists.neo4j.org > 23. https://lists.neo4j.org/mailman/listinfo/user > 24. mailto:matt...@neotechnology.com > 25. http://www.neotechnology.com/ > 26. mailto:User@lists.neo4j.org > 27. https://lists.neo4j.org/mailman/listinfo/user > ___ > Neo4j mailing list > User@lists.neo4j.org > https://lists.neo4j.org/mailman/listinfo/user > -- Morten Barklund ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] Relationship Check During Traversal

2010-09-15 Thread Morten Barklund
worked much faster than dijkstra or A* factory methods as I could control traversal much more fine-grained with pruners and a filter. My $0.02 Regards, Morten Barklund On Wed, Sep 15, 2010 at 07:51, Paddy wrote: > Hi , > I'm trying to setup a Traversal in a time dependant graph > wi

[Neo4j] Traversal filters don't add up but replace each other

2010-09-13 Thread Morten Barklund
is easy to code (it took 12 lines in the basic version), but would make sense to have built-in for consistency - and I'm probably not the only one who would like it. Regards, Morten Barklund [1] http://wiki.neo4j.org/content/Traversal_Framework [2] http://wiki.neo4j.org/content/Traversal_Fra