[Neo] Infinite recursion bug in SimpleIndexHits

2010-01-22 Thread Nathan Marz
I am hitting this bug when trying to get a node via LuceneIndexService. I found via Google that someone else had hit this ( http://www.mail-archive.com/user@lists.neo4j.org/msg02439.html) and that there is supposedly a fix in a later version. The latest distribution (apoc 0.5) seems to exhibit

Re: [Neo] Infinite recursion bug in SimpleIndexHits

2010-01-22 Thread Mattias Persson
A simple fix is to use the IndexHits instance as an Iterable (as opposed to an Iterator)... by doing that the problem goes away (it's also ok to use the IndexHits#iterator() method to obtain an Iterator from it). IndexHits hits = indexService.getNodes( key, value ); for ( Node hit : hits )

Re: [Neo] Mutliple embedded databases?

2010-01-22 Thread rick . bullotta
Thanks, Tobias. Is the same true for the index services? I assume so, but wanted to double check. Is it also correct to assume that you should only have one index service per graph database instance? Best, Rick Original Message Subject: Re:

Re: [Neo] Infinite recursion bug in SimpleIndexHits

2010-01-22 Thread Mattias Persson
After some consideration we've decided not to release a new version of Apoc with that bug fix. The reason is that it has a known, easy work-around (and rather few will ever find it). We have also scheduled a release very soon for a new version of Neo4j and Apoc (where this bug is fixed) so the

Re: [Neo] Mutliple embedded databases?

2010-01-22 Thread Mattias Persson
2010/1/22 rick.bullo...@burningskysoftware.com:   Thanks, Tobias.   Is the same true for the index services?  I assume so, but wanted to   double check.  Is it also correct to assume that you should only have   one index service per graph database instance? Yes that's also true for index

Re: [Neo] Minor inconsistency in shell behavior

2010-01-22 Thread Mattias Persson
Yes you're probably right about that... I'll add a task about it 2010/1/21 David Montag da...@montag.se: Hi, I've found something that I consider a minor inconsistency in the shell. Consider the following interaction: neo-sh (0)$ ls *key =[new] (me) --rel-- (3) (me) --rel2-- (4) neo-sh

[Neo] Maven repository indexing

2010-01-22 Thread Rob Challen
Would it be possible to index the neo repository with nexus? Rob. ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo] neo4py.py Cannot import NeoService

2010-01-22 Thread Ryan Rosario
When downloading the module, a directory called neo4j.py is created. This needs to be changed. svn export https://svn.neo4j.org/components/neo4j.py/trunk neo4j.py R. ___ Neo mailing list User@lists.neo4j.org