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:

<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


This is a companion discussion topic for the original entry at https://our.umbraco.com/forum/46413-struggling-to-index-pdf-using-examine-in-616