fabriziofortino commented on code in PR #2825:
URL: https://github.com/apache/jackrabbit-oak/pull/2825#discussion_r3027703721
##########
oak-lucene/src/main/java/org/apache/jackrabbit/oak/plugins/index/lucene/LuceneIndexProviderService.java:
##########
@@ -369,6 +371,9 @@ private void activate(BundleContext bundleContext,
Configuration config) throws
}
whiteboard = new OsgiWhiteboard(bundleContext);
+ oakRegs.add(whiteboard.register(FeatureToggle.class,
+ new FeatureToggle(FulltextIndexPlanner.FT_OAK_12171,
FulltextIndexPlanner.FT_OAK_12171_DISABLE),
+ emptyMap()));
Review Comment:
do we need to register the FT also in the Elastic counterpart?
--
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]