Hi!

I discovered a problem with stack overflow when using the search under 
Windows. To get it to look into more than 10K of nodes, I had to 
increase the stack size. My query needed to look into 250K of nodes :-)

Maybe we can use a traverser in the NeoSearchQuery::checkNode() method 
to avoid the recursion?

https://trac.neo4j.org/browser/components/neoclipse/trunk/org.neo4j.neoclipse/src/main/java/org/neo4j/neoclipse/search/NeoSearchQuery.java#L176
(link to the current code)

BTW, I changed the handling of the label provider so that it now can be 
used in both the graph view and the search page without messing  things 
up (they now share the same instance). I had to fix this to get some 
graph screenshots from it after performing a search!


/anders

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

Reply via email to