Copied to clipboard

Flag this post as spam?

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


  • Johan Blok 4 posts 24 karma points
    Dec 04, 2013 @ 14:44
    Johan Blok
    0

    PDFIndexer only indexes 128 documents

    Hi all,

    I am confused at the configuration of PDF Search in 6.1.6 Examine. My site contains 200+ PDF documents, but only 128 are indexed.

    And strangely, the logs show that .JPG, .GIF and other media are passed to the indexer (and rightfully rejected).

    Here are the config details:

        <add name="PDFIndexer" 
           type="UmbracoExamine.PDF.PDFIndexer, UmbracoExamine.PDF"
           dataService="UmbracoExamine.DataServices.UmbracoDataService, UmbracoExamine" 
           supportUnpublished="true"
           supportProtected="true"
             umbracoFileProperty="umbracoFile"
             extensions=".pdf,.PDF"
             />
      <add name="PDFSearcher"
        type="UmbracoExamine.UmbracoExamineSearcher, UmbracoExamine" 
        analyzer="Lucene.Net.Analysis.Standard.StandardAnalyzer, Lucene.Net"  
        enableLeadingWildcards="false" />
    

    I suspect that there is some default limit (to file numbers, as 128 is too nice a number not to think that), or to file size, or maybe it could be related to the dataprovider not serving all PDFs.

    Any ideas? Your help is greatly appreciated, as I have been looking at this issue for a while now.

    Regards,

    Johan

Please Sign in or register to post replies

Write your reply to:

Draft