Port improvements from ExtendedPathIndex:
- The level < 0 case is basically the union of all searches for levels 0 through to max. Just call search() for each level and use multiunion on all the results. - Shorten the 'no-such-path' detection to one test.
Showing
Please register or sign in to comment