Hi,

DefaultExpander.java was removed from the latest build
https://trac.neo4j.org/changeset/4590

How can i get the example from github working without the DefaultExpander ?
http://github.com/neo4j-examples/java-astar-routing

DefaultExpander relExpander = new DefaultExpander();
relExpander.add( RelationshipTypes.ROAD, Direction.BOTH );
AStar sp = new AStar( graphDb, relExpander, costEval, estimateEval );
Path path = sp.findSinglePath( NYC.getUnderlyingNode(),
 SF.getUnderlyingNode() );

thanks
Paddy
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to