how to exclude path for indexing /oak:index/damAssetLucene ?
I would like to exclude this path /content/dam/test for all indexing.
how to achieve this?
i have added excludedPaths property like below but still index is happening while extracting the text file.
Added propert:
/oak:index/damAssetLucene
|
excludedPaths
|
String[]
|
/content/dam/test
|
