demowil
demowil

Reputation: 1

AEM (Adobe Experience Manager) Indexed PDF Search Results

My employer has recently switched its CMS to AEM(Adobe Experience Manager). We store a large amount of documentation and our site users need to be able to find the information contained within those documents, some of which are 100s pages in length.

Adobe are disappointingly saying their search tool will not search PDFs. Is there any format for producing or saving pdfs that allow the content be indexed?

Upvotes: 0

Views: 880

Answers (2)

Max Barrass
Max Barrass

Reputation: 3212

Out of the box AEM supports most binary formats, without needing for SOLR. You only need this in advanced scenarios, like exposing search outside of Authoring or having millions of assets.

When any asset is uploaded to AEM Dam it will go though a Dam Asset Workflow which has a step Metadata Processor. That step will extract content from the asset. So "binary" assets like Word docs, Excel and PDF it will be searchable. As long as you have Dam Asset Update workflow enabled you will be ok.

enter image description here

Upvotes: 0

Rajat Sachan
Rajat Sachan

Reputation: 11

I think you need to configure external index/search tools like Apache Solr and use REST endpoint to sync DAM data and fetch results on queries.

Upvotes: 1

Related Questions