tihom88 commented on code in PR #1734:
URL: https://github.com/apache/jackrabbit-oak/pull/1734#discussion_r1799903248


##########
oak-run-commons/src/main/java/org/apache/jackrabbit/oak/index/IndexerSupport.java:
##########
@@ -76,12 +76,21 @@ public class IndexerSupport {
     private File indexDefinitions;
     private final String checkpoint;
     private File existingDataDumpDir;
+    private long minModified;

Review Comment:
   Should we use lastModifed  instead of minModified as we are using _modified 
property of mongMK which denotes lastModified timestamp?
   
   [Oak 
document](https://jackrabbit.apache.org/oak/docs/nodestore/documentmk.html):
   `The _modified field contains an indexed low-resolution timestamp when the 
node was last modified.`



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