Comments on: Full-Text Search in AEM Pages and Assets including PDF, Excel and PowerPoint https://www.argildx.us/technology/fulltext-search-in-aem-pages-assets-custom-search-pdf-excel-and-powerpoint/ Thu, 12 Dec 2019 11:33:05 +0000 hourly 1 https://wordpress.org/?v=6.4.1 By: Denny https://www.argildx.us/technology/fulltext-search-in-aem-pages-assets-custom-search-pdf-excel-and-powerpoint/#comment-591 Fri, 22 Nov 2019 09:33:01 +0000 https://www.argildx.us/?p=7450#comment-591 Nice blog.
I have a question Is there a way to get the Excerpt of the pdf?

I am using following query
/jcr:root/content/dam/site/documents//element(*, dam:Asset)
[
(jcr:contains(., ‘hello’))
and (_x002e_./_x002e_./jcr:content/@jcr:primaryType != ‘dam:AssetContent’)
]

]]>
By: Arpit Rathi https://www.argildx.us/technology/fulltext-search-in-aem-pages-assets-custom-search-pdf-excel-and-powerpoint/#comment-515 Mon, 04 Nov 2019 07:40:24 +0000 https://www.argildx.us/?p=7450#comment-515 In reply to Vijay Gaur.

Yes, you are correct, AEM uses Lucene indexes for efficient searching and we are also using Lucene indexes. Omnisearch is an API which enables different search modules (or location) to plugin with common and unified search interface.

]]>
By: Vijay Gaur https://www.argildx.us/technology/fulltext-search-in-aem-pages-assets-custom-search-pdf-excel-and-powerpoint/#comment-505 Fri, 01 Nov 2019 06:02:02 +0000 https://www.argildx.us/?p=7450#comment-505 nice blog, well elucidated.

One quick question, Is there any specific reason to use the Omnisearch API with QueryBuilder. I believe AEM by default uses Lucene indexes to perform effective and efficient searching.

]]>