Defining hierarchies for recursionΒΆ
Recursive hops should be used when your data exhibits inverse relationships. Typically used when filtering on reference/classification properties.
An inverse relationship allows for you to broaden or narrow the scope of your data.
When doing recursive hops, you should define the property max_depth
to safeguard against never ending recursions.