[
https://issues.apache.org/jira/browse/OAK-10681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nuno Santos resolved OAK-10681.
-------------------------------
Fix Version/s: 1.62.0
Resolution: Done
> [indexing job] Support custom filters of paths on Mongo
> -------------------------------------------------------
>
> Key: OAK-10681
> URL: https://issues.apache.org/jira/browse/OAK-10681
> Project: Jackrabbit Oak
> Issue Type: Improvement
> Components: indexing
> Reporter: Nuno Santos
> Priority: Minor
> Labels: indexing
> Fix For: 1.62.0
>
>
> The indexing job often has to download parts of the Oak tree that are not
> needed for the indexes being indexed. The index definitions can define
> included/excludedPaths to control which parts of the tree to index and the
> indexing job uses this to filter on Mongo the documents that should be sent.
> But often there are subtrees in Oak that are not needed for indexing but are
> not excluded by the index definitions, for instance, subtrees with hidden
> binary data.
> This task is to add a configuration option to Oak to specify a list of
> subtrees that should not be downloaded in any case, for instance:
> {noformat}
> customExcludedPaths = "/foo;/tmp/bar" {noformat}
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)