Created by: rvantonder
This turns searcher.SearchOverRepos(...) into Run(...) method and converts the arguments/values to implement the Job interface.
searcher.SearchOverRepos(...)
Run(...)
Job
Semantics-preserving.