Hi,
cc @Jörg_Hoh @kautuk_sahni,
https://experienceleague.adobe.com/docs/experience-manager-65/release-notes/release-notes.html#known...
When trying to move/delete/publish either Content Fragments or Sites/Pages, there is an issue when Content Fragment references are fetched, as the background query fails; i.e. the functionality does not work.
To ensure correct operation, you must add the following properties to the index definition node /oak:index/damAssetLucene
(no reindexing is required):
"tags": [
"visualSimilaritySearch"
]
"refresh": true
Clarification -
1) Could you please confirm, the type of property is String (refresh="true")
and not boolean (refresh="{Boolean}true").
2) with oak reindex we notice, file doesnt exists warning. Should we complete delete the indexes and restart or we can ignore such warnings.
*WARN* [oak-lucene-4869] org.apache.jackrabbit.oak.plugins.index.lucene.IndexCopier File _d.fdx doesn't exist in /Users/someuser/aem-author65/crx-quickstart/repository/index/damAssetLucene-1655367479986/suggestdata
Thanks,