Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi all,
Am using Examine to search through 6.1.6 site content, works great.
Now I want to search through media PDF. Added this line to ExamineSettings.config:
<add name="PDFIndexer" type="UmbracoExamine.PDF.PDFIndexer, UmbracoExamine.PDF" extensions=".pdf" umbracoFileProperty="umbracoFile"/>
The result is an error at startup:
Provider must implement the class 'Examine.Providers.BaseSearchProvider'.
It all seems a version conflict to me, but stuck right now. Any ideas?
Thank you
Johan
Always nice to be able your own answer your own questions. Forgot to add
<IndexSet SetName="PDFIndexSet" IndexPath="~/App_Data/PDFIndexSet" />
to ExamineIndex.config.
Thanks
Quick question, where do you get the dll (UmbracoExamine.PDF.PDFIndexer) from?I can't seems to find them anywhere and i'm trying to do the same thing.
https://github.com/umbraco/UmbracoExamine.PDF
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Struggling to index PDF using Examine in 6.1.6
Hi all,
Am using Examine to search through 6.1.6 site content, works great.
Now I want to search through media PDF. Added this line to ExamineSettings.config:
The result is an error at startup:
It all seems a version conflict to me, but stuck right now. Any ideas?
Thank you
Johan
Always nice to be able your own answer your own questions. Forgot to add
to ExamineIndex.config.
Thanks
Johan
Quick question, where do you get the dll (UmbracoExamine.PDF.PDFIndexer) from?
I can't seems to find them anywhere and i'm trying to do the same thing.
Thanks
https://github.com/umbraco/UmbracoExamine.PDF
is working on a reply...