Expand my Community achievements bar.

SOLVED

Reference search index definition

Avatar

Level 2

Hi all,

I'm facing warn entries in my error.log due to a deprecated lucene index.

 

org.apache.jackrabbit.oak.plugins.index.lucene.LucenePropertyIndex This index is deprecated: /oak:index/lucene

 

Based on this doc https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/operations/remov... for reference search AEM should provide a new index /oak:index/pathreference but I cannot find it on my instances.

Anyone faced the same issue?

Where I can find the pathreference index definition?

 

Thank you!

 

Fabio

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

 

The article and index you are referring to are intended for AEMaaCS. Which version of AEM are you using? The article mentions that Adobe has "updated" their implementations, meaning the index is no longer used by their code. If you are using AEMaaCS and encountering that error, it’s likely because some of your code is still trying to use that index as the default.

In any case, you have two options: you can either create a new index to satisfy the query you’re seeing in the logs, or you can apply the pathReference index that is used in AEMaaCS (which is also available in the local SDK).

 

Please also check that you have applied this as well: https://experienceleague.adobe.com/en/docs/experience-manager-65/content/release-notes/release-notes... 

EstebanBustamante_0-1729271132566.png

 

 

 

Hope this helps!



Esteban Bustamante

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi,

 

The article and index you are referring to are intended for AEMaaCS. Which version of AEM are you using? The article mentions that Adobe has "updated" their implementations, meaning the index is no longer used by their code. If you are using AEMaaCS and encountering that error, it’s likely because some of your code is still trying to use that index as the default.

In any case, you have two options: you can either create a new index to satisfy the query you’re seeing in the logs, or you can apply the pathReference index that is used in AEMaaCS (which is also available in the local SDK).

 

Please also check that you have applied this as well: https://experienceleague.adobe.com/en/docs/experience-manager-65/content/release-notes/release-notes... 

EstebanBustamante_0-1729271132566.png

 

 

 

Hope this helps!



Esteban Bustamante

Avatar

Administrator

@costyfax Did you find the suggestion helpful? Please let us know if you require more information. Otherwise, please mark the answer as correct for posterity. If you've discovered a solution yourself, we would appreciate it if you could share it with the community. Thank you!



Kautuk Sahni