Re: [Neo4j] Ignore Relationships while indexing

2011-02-03 Thread vaibhav adlakha
Hi Peter, Thanks for your response. That helped me a lot. I have to appreciate this community for being so prompt and helpful. Thanks, Vaibhav On Tue, Feb 1, 2011 at 7:15 PM, Peter Neubauer peter.neuba...@neotechnology.com wrote: Vaibhav, youi can use the new combined Evaluator to control

[Neo4j] Ignore Relationships while indexing

2011-02-01 Thread vaibhav adlakha
Hi, I wish to traverse from node A to node B in the graph and find all relationships having certain properties. If the relationship does not have that property say propertyName != desired value, then this relationship should be ignored and move to next relationships. In the end desired output

Re: [Neo4j] Ignore Relationships while indexing

2011-02-01 Thread Peter Neubauer
Vaibhav, youi can use the new combined Evaluator to control what will be included in the result set or not. See https://github.com/neo4j/examples/blob/master/src/test/java/org/neo4j/examples/orderedpath/OrderedPathTest.java#L71 for an example. If you want to continue traversing, and include the