Closed
Description
In issue #1116 there was a suggestion to find out if the initial part of searchMultiDatabase()
where FSDirectory.open
is called and MultiReader
is instantiated could be called just once / after each reindex. For webapp, the place for potential modification is SearchHelper#prepareExec()
.
If this is doable, this should speed up multi-project searches with high number of projects significantly (assuming file system cache is warmed up).