fabriziofortino commented on code in PR #1340: URL: https://github.com/apache/jackrabbit-oak/pull/1340#discussion_r1511168284
########## oak-run-commons/src/main/java/org/apache/jackrabbit/oak/index/indexer/document/flatfile/pipelined/PipelinedMongoDownloadTask.java: ########## @@ -126,6 +126,13 @@ public long getDocumentsDownloaded() { public static final String OAK_INDEXER_PIPELINED_MONGO_REGEX_PATH_FILTERING_MAX_PATHS = "oak.indexer.pipelined.mongoRegexPathFilteringMaxPaths"; public static final int DEFAULT_OAK_INDEXER_PIPELINED_MONGO_REGEX_PATH_FILTERING_MAX_PATHS = 20; + /** + * Additional Oak paths to exclude from downloading from Mongo. This is a comma-separated list of paths. + * These paths are only filtered if the included paths computed from the idndexes resolve to the root tree (/), Review Comment: typo ```suggestion * These paths are only filtered if the included paths computed from the indexes resolve to the root tree (/), ``` -- 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: dev-unsubscr...@jackrabbit.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org