Coming from #5641 (comment)
The remote searching functionality is mostly contained to a Java package and does bring along some unique caching requirements. There are some obvious benefits to separating this out of :server and into its own module/plugin/library. This task is to investigate the feasibility and scope of such an approach, including how any Plugin interfaces would need to be added or extended to do this.
Coming from #5641 (comment)
The remote searching functionality is mostly contained to a Java package and does bring along some unique caching requirements. There are some obvious benefits to separating this out of
:serverand into its own module/plugin/library. This task is to investigate the feasibility and scope of such an approach, including how any Plugin interfaces would need to be added or extended to do this.