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
|
Solved! Go to Solution.
Views
Replies
Total Likes
Do one thing after adding that excludedPaths at /oak:index/damAssetLucene , please make reindex property true as shown below and save-
after some time. value of reindex property will become false and reindexCount will be increased. Then search and check the search results.
Do one thing after adding that excludedPaths at /oak:index/damAssetLucene , please make reindex property true as shown below and save-
after some time. value of reindex property will become false and reindexCount will be increased. Then search and check the search results.
Thanks @DEBAL_DAS . Do we need to do after deployment in the jcr?
Sharing my personal experience.
In my last project one of our admin team members used to make reindex property true directly on environment.
@DEBAL_DAS ,Thanks.
Views
Likes
Replies