bhabegger commented on code in PR #3085:
URL: https://github.com/apache/jackrabbit-oak/pull/3085#discussion_r3892049665
##########
oak-search-elastic/src/main/java/org/apache/jackrabbit/oak/plugins/index/elastic/index/ElasticIndexWriter.java:
##########
@@ -62,46 +62,46 @@ class ElasticIndexWriter implements
FulltextIndexWriter<ElasticDocument> {
private final ElasticConnection elasticConnection;
private final ElasticIndexDefinition indexDefinition;
private final ElasticBulkProcessorHandler bulkProcessorHandler;
- private final boolean reindex;
+ private final boolean requiresProvisioning;
private final String indexName;
private final ElasticRetryPolicy retryPolicy;
+ private final NodeBuilder definitionBuilder;
Review Comment:
Yep
--
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]