abstract fun search(pathPrefix: PathPrefix): Stream<Path>
Search method to lookup paths in the KPathIndex.
pathPrefix - The prefix of a path which we need to search.
pathPrefix
IOException - I/O error.
IOException
Return An Iterable with Paths which satisfy the pathPrefix.