Ewocker commented on code in PR #536:
URL: https://github.com/apache/jackrabbit-oak/pull/536#discussion_r849933562
##########
oak-run-commons/src/main/java/org/apache/jackrabbit/oak/index/indexer/document/DocumentStoreIndexerBase.java:
##########
@@ -172,6 +172,7 @@ private FlatFileStore buildFlatFileStore(NodeState
checkpointedState, CompositeI
.withBlobStore(indexHelper.getGCBlobStore())
.withPreferredPathElements((preferredPathElements !=
null) ? preferredPathElements : indexer.getRelativeIndexedNodeNames())
.addExistingDataDumpDir(indexerSupport.getExistingDataDumpDir())
+ .withPathPredicate((pathPredicate != null) ?
pathPredicate : indexer::shouldInclude)
Review Comment:
removed and refactored
check is in TraverseAndSortTask
--
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]