Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

how to exclude path for indexing /oak:index/damAssetLucene ?

Avatar

Level 4

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

 

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Do one thing after adding that excludedPaths at /oak:index/damAssetLucene , please make reindex property true as shown below and save-

 

DEBAL_DAS_0-1675145644404.png

after some time. value of reindex property will become false and reindexCount will be increased. Then search and check the search results.

View solution in original post

4 Replies

Avatar

Correct answer by
Employee Advisor

Do one thing after adding that excludedPaths at /oak:index/damAssetLucene , please make reindex property true as shown below and save-

 

DEBAL_DAS_0-1675145644404.png

after some time. value of reindex property will become false and reindexCount will be increased. Then search and check the search results.

Avatar

Level 4

Thanks  @DEBAL_DAS . Do we need to do after deployment in the jcr? 

Avatar

Employee Advisor

Sharing my personal experience.

In my last project one of our admin team members used to make reindex property true directly on environment.

Avatar

Level 4

@DEBAL_DAS ,Thanks.