Nuno Santos created OAK-10681:
---------------------------------
Summary: [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
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)