nfsantos commented on code in PR #1629:
URL: https://github.com/apache/jackrabbit-oak/pull/1629#discussion_r1709697897


##########
oak-run-elastic/src/main/java/org/apache/jackrabbit/oak/index/indexer/document/ElasticIndexer.java:
##########
@@ -64,6 +64,11 @@ public ElasticIndexer(IndexDefinition definition, 
FulltextBinaryTextExtractor bi
         this.indexHelper = indexHelper;
     }
 
+    @Override
+    public void onIndexingStarting() {

Review Comment:
   It was missing, indeed. I extracted the logic to keep track of the indexer 
statistics into a separate class and added this tracking to the ElasticIndexer 
as well.



-- 
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]

Reply via email to