Description
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:
customExcludedPaths = "/foo;/tmp/bar"
Attachments
Issue Links
- links to