We are using AEM6.5.10Unable to support PDF content search on 6.5.10, Adobe engineer told me that it is supported on 6.5.21We cannot upgrade to the latest version because there are many secondary developmentsHow can I modify the code to enable PDF content search in version 6.5.10?
Hi,lukasz-m,We are using AEM6.5.10Unable to support PDF content search on 6.5.10, Adobe engineer told me that it is supported on 6.5.21We cannot upgrade to the latest version because there are many secondary developmentsHow can I modify the code to enable PDF content search in version 6.5.10?
I test searching for asset content. Supports content search in Word, Excel, and PPT, but does not support PDF. AEM integrates Apache Tika, how to achieve PDF content search with minimal modifications?
We have approximately 20000 assets.There is a custom attribute on the asset ([asset]/jcr: content/metadata/marketing base information/releaseTime).When using querybuilder.json to query assets, if using @ jcr: content/jcr: lastModified sorting, the speed is fast. If using releaseTime sorting, the que...