Hi all,


I've just started working with Neo4j and I've run into a problem  
(bug?) with the indexing component.

I did a simple test calling getNodes() on a LuceneIndexService instance.

This results in a stack overflow error caused by apparently infinite  
recursion in SimpleIndexHits.

When I dug a little deeper, I found that SimpleIndexHits implements  
next() like so:

public T next()
     {
         return this.next();
     }

https://svn.neo4j.org/components/index-util/trunk/src/main/java/org/neo4j/util/index/SimpleIndexHits.java

So no wonder there is a problem.

Anybody else have this issue?

Is anybody able to use the indexing component successfully?

Thanks for your help.




Cheers,
Lach
_______________________________________________
Neo mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to