r will be post-traversal? I'm not certain if there would
>> be any performance advantage to doing it inside the traversal as an
>> evaluator, but it was something I was pondering on my own. Just haven't
>> had
>> time to try it out.
>>
>> --
>> Vi
e filter will be post-traversal? I'm not certain if there would
> be any performance advantage to doing it inside the traversal as an
> evaluator, but it was something I was pondering on my own. Just haven't had
> time to try it out.
>
> --
> View this message in
as something I was pondering on my own. Just haven't
> had
> time to try it out.
>
> --
> View this message in context:
> http://neo4j-user-list.438527.n3.nabble.com/Neo4j-Spring-Neo4jTemplate-tp2525460p2598691.html
> Sent from the Neo4J User List mailing list archive a
as an
evaluator, but it was something I was pondering on my own. Just haven't had
time to try it out.
--
View this message in context:
http://neo4j-user-list.438527.n3.nabble.com/Neo4j-Spring-Neo4jTemplate-tp2525460p2598691.html
Sent from the Neo4J User List mailing list a
;> if(path.endNode() instanceof TypeB) {
> >> return Evaluator.INCLUDE_AND_PRUNE
> >> } else {
> >> return Evaluator.EXCLUDE_AND_PRUNE
> >> }
> >> }
> >> }
> >>
> >> It seems like the template should be able to provide t
de
>> public Void mapPath(GraphPath graphPath) {
>> eachPath(graphPath);
>> return null;
>> }
>> }
>>
>> interface GraphPath {
>> NodeBacked startNode();
>> NodeBacked endNode();
>> ...
>&
ond the simple instanceof example I
> gave, I think it would also be useful for evaluating paths using on
> NodeEntity properties rather than having to call
> node.getProperty('somePropertyNameThatIWillProbablyMisspell').
>
> Not sure if my request makes sense
Beyond the simple instanceof example I
> gave, I think it would also be useful for evaluating paths using on
> NodeEntity properties rather than having to call
> node.getProperty('somePropertyNameThatIWillProbablyMisspell').
>
> Not sure if my request makes sen
lot easier.
--
View this message in context:
http://neo4j-user-list.438527.n3.nabble.com/Neo4j-Spring-Neo4jTemplate-tp2525460p2563548.html
Sent from the Neo4J User List mailing list archive at Nabble.com.
___
Neo4j mailing list
User@lists.neo4j.org
https:
Dear Graphsters (or is it Graphists/Graphistas ?),
I'm currently thinking about the API of a possible Neo4jTemplate and am not
making so much progress. Perhaps those of you that have been to Spring-land
have some good ideas on how to continue.
My main problem is that the typical Spring template
10 matches
Mail list logo