nit0906 commented on code in PR #1734:
URL: https://github.com/apache/jackrabbit-oak/pull/1734#discussion_r1799681382
##########
oak-run-commons/src/main/java/org/apache/jackrabbit/oak/index/indexer/document/flatfile/FlatFileNodeStoreBuilder.java:
##########
@@ -191,6 +192,11 @@ public FlatFileNodeStoreBuilder withCheckpoint(String
checkpoint) {
return this;
}
+ public FlatFileNodeStoreBuilder withMinModified(long minModified) {
Review Comment:
I would add a small comment here as well to describe what is the use for
this field.
--
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]