fabriziofortino commented on code in PR #870:
URL: https://github.com/apache/jackrabbit-oak/pull/870#discussion_r1131218745
##########
oak-search-elastic/src/main/java/org/apache/jackrabbit/oak/plugins/index/elastic/index/ElasticBulkProcessorHandler.java:
##########
@@ -300,8 +294,9 @@ protected static class RealTimeBulkProcessorHandler extends
ElasticBulkProcessor
private RealTimeBulkProcessorHandler(@NotNull ElasticConnection
elasticConnection,
@NotNull String indexName,
@NotNull ElasticIndexDefinition
indexDefinition,
- @NotNull NodeBuilder
definitionBuilder) {
- super(elasticConnection, indexName, indexDefinition,
definitionBuilder);
+ @NotNull NodeBuilder
definitionBuilder,
+ @NotNull boolean
waitForESAcknowledgement) {
Review Comment:
see above comment on annotation for primitives
--
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]