Description
In OAK-3403, a lookup using the ReferenceIndex now uses "new FilterImpl()", which in turn uses "new QueryEngineSettings()". And this is slow, because it is an AnnotatedStandardMBean, and instantiating such an object is quite slow. (Actually it is also wrong, because the configured query engine settings are not used in that case.)