Scanning multiple Repositories¶
The basic idea to scan multiple repositories is to have scanning part which configurable by parameters to scan different repositories and store the resulting index into different directories.
The second idea behind the scene which is coming up with such an approach is, how to configure the scanning process handling multiple repositories.
Support things like "ParentPath" like Apache Module supports for multiple repositories.
Merge the indexed of different repositories together to get a single index which is searchable.
May be we make it possible to merge indexes by configuration and can define an searchable result for different combinations of repositories.