rnewson opened a new pull request, #4791: URL: https://github.com/apache/couchdb/pull/4791
## Overview The existing code was needlessly verbose as it stems from when I planned to load multiple lucene versions at once. This PR changes the IndexManager structure to what it would be without that. I make a number of simplications that became natural as a consequence of this. I break the work into individually reviewable commits for comfort. ## Testing recommendations Covered by existing tests. ## Related Issues or Pull Requests N/A ## Checklist - [x] Code is written and works correctly - [x] Changes are covered by tests - [ ] Any new configurable parameters are documented in `rel/overlay/etc/default.ini` - [ ] Documentation changes were made in the `src/docs` folder - [ ] Documentation changes were backported (separated PR) to affected branches -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
