How to stop UmbracoExamine.PDF from indexing a media file?
I've setup UmbracoExamine.PDF to index my site's PDF files. However, I have a large number of MS Word and image files as well. Whenever I rebuild the index the umbraco log file is filled with
'UmbracoExamine.DataServices.UmbracoLogService - Provider=PDFIndexer, NodeId=239957
System.Exception: UmbracoExamine.FileIndexer: Extension '.jpg' is not supported at this time
I tried adding the "extensions=.pdf" to the relevant ExamineSettings.config as below:
How to stop UmbracoExamine.PDF from indexing a media file?
I've setup UmbracoExamine.PDF to index my site's PDF files. However, I have a large number of MS Word and image files as well. Whenever I rebuild the index the umbraco log file is filled with
I tried adding the "extensions=.pdf" to the relevant ExamineSettings.config as below:
However this did not solve the issue. I next tried using an event handler for NodeIndexing and setting the e.Cancel to true. Again, no success.
Is there any documentation for various indexing events and what happens when Cancel is set to true?
The only way I've been able to make UmbracoExamine.PDF ignore non-PDF files is to compile my own custom version which is not ideal.
Thanks
Ver
See the same issue. Any suggestions guys?
is working on a reply...