nfsantos commented on code in PR #649:
URL: https://github.com/apache/jackrabbit-oak/pull/649#discussion_r951563266
##########
oak-search-elastic/src/test/java/org/apache/jackrabbit/oak/plugins/index/elastic/ElasticAbstractQueryTest.java:
##########
@@ -140,7 +145,7 @@ protected ContentRepository createRepository() {
ElasticIndexTracker indexTracker = new
ElasticIndexTracker(esConnection, getMetricHandler());
ElasticIndexEditorProvider editorProvider = new
ElasticIndexEditorProvider(indexTracker, esConnection,
new ExtractedTextCache(10 * FileUtils.ONE_MB, 100));
- ElasticIndexProvider indexProvider = new
ElasticIndexProvider(indexTracker);
+ ElasticIndexProvider indexProvider = new
ElasticIndexProvider(indexTracker, separateFullTextSearchESFieldFeature);
Review Comment:
Yes. I was thinking the same when I was adding the future flag, that we
would need to pass some kind of context object. But we likely will not need a
FT in this case, so we can leave it for the future.
--
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]