I'm currently using the plugin UmbracoExamine.PDF, but as I'm using Azure storage the indexer can't index the contents of the PDF because it thinks the file is local.
Error example:
INFO UmbracoExamine.DataServices.UmbracoLogService - UmbracoExamine.FileIndexer: No file found at path /media/1620/letter.pdf, Provider=PDFIndexer, NodeId=1924
I created a pdf indexer for v7 also for v8 that takes into account if item is in blob storage. I think v8 version of examine pdf indexer does take into account blob but the older one you are using does not.
Indexing document on cloud storage
Hello,
I'm currently using the plugin UmbracoExamine.PDF, but as I'm using Azure storage the indexer can't index the contents of the PDF because it thinks the file is local.
Error example:
Does anyone know of a workaround for this?
Thanks
Paul
In case anyone else runs into this, it has been fixed with the version 1.0.3 of the UmbracoExamine.PDF
https://github.com/umbraco/UmbracoExamine.PDF/issues/20
Paul,
I created a pdf indexer for v7 also for v8 that takes into account if item is in blob storage. I think v8 version of examine pdf indexer does take into account blob but the older one you are using does not.
See https://our.umbraco.com/packages/backoffice-extensions/examinefileindexer/ and here is the file that checks if we need to check virtual path provider i.e cloud storage https://github.com/thecogworks/examinefileindexer/blob/master/src/Cogworks.ExamineFileIndexer/UmbracoMediaFileIndexer.cs method GetDataToIndex line 172
Regards
Ismail
This is great work. Cant wait to try this out.
Thanks
Paul
is working on a reply...