Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Paul de Quant 394 posts 1477 karma points
    Sep 18, 2018 @ 10:47
    Paul de Quant
    0

    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:

    INFO  UmbracoExamine.DataServices.UmbracoLogService - UmbracoExamine.FileIndexer: No file found at path /media/1620/letter.pdf, Provider=PDFIndexer, NodeId=1924
    

    Does anyone know of a workaround for this?

    Thanks

    Paul

  • b.popratnjak 6 posts 95 karma points
    Jun 04, 2020 @ 10:29
    b.popratnjak
    0

    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

  • Ismail Mayat 4511 posts 10059 karma points MVP 2x admin c-trib
    Jun 04, 2020 @ 10:46
    Ismail Mayat
    0

    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

  • Paul de Quant 394 posts 1477 karma points
    Jun 04, 2020 @ 10:48
    Paul de Quant
    0

    This is great work. Cant wait to try this out.

    Thanks

    Paul

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies