Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default Verity issue

    I have a collection built to house a root directory and all subdirectories
    containing various Word, Excel, PDF and Powerpoint files. From my form when I
    search for *, it gives me a count of 136 files, however there are actually 178
    physical files in the path I have indexed. Another collection behaves the same
    way - returning only 111 when there are actually 123. Any idea why this is
    happening? Every other aspect of the Verity process works fine, I just can't
    figure out why there are missing files in the resultset.

    OU Sooner Guest

  2. Similar Questions and Discussions

    1. Verity Search Issue
      Hello, I'm currently dealing with a massive data and I had to index them all. So i decided to divide them up to 5 or 6 different collections by...
    2. CF5 Verity Indexing Issue
      Our CF5 based document management web application uses the search engine(Verity) is one of the key components in the system, we have customers...
    3. CFMX 7 Verity issue with indexing full query resultsproperly
      I manage a site-wide search via CFMX's built in verity functionality. In evaluating whether to upgrade to CFMX 7, I have come across a problem that...
    4. Verity Issue - Stream Error on .doc files, bug?
      I cannot seem to create indexes in a collection in either CF MX5 or MX6. When indexing cold fusion just generates tons of error messages in the log...
    5. Verity PDF issue
      Users of a site I built regularly upload scanned PDFs. This means that Verity sees the PDF as an image and cannot index based on the words that...
  3. #2

    Default Re: Verity issue

    Try using a blank ("") search instead of a wildcard. This may help, but if
    it still returns the same number of documents, then the missing documents
    probably did not get indexed.

    Try identifying one of the non-indexed files and index it individually.
    Check the collection directory for any log files that may contain errors.

    --
    Tom Jordahl
    Macromedia Server Development


    Tom Jordahl Guest

  4. #3

    Default Re: Verity issue

    Originally posted by: Dingonose What are you specifying for the extensions
    attribute of your CFINDEX tag? The extentions I'm using are .doc, .ppt, .pdf,
    and .xls. As it turns out, Tom's reply pointed me in the right direction...
    the missing documents are all referenced in a log file within the collection
    directory - sysinfo.log. Each of those files were skipped during the index
    (and each reindex) with stream error 299. Now I just need to figure out what
    that means. Anyone have any ideas? Jim

    OU Sooner Guest

  5. #4

    Default Re: Verity issue

    Sounds like it couldn't read or perhaps decode the files. Where they all
    the same type (.doc, pfd, etc)?

    --
    Tom Jordahl
    Macromedia Server Development




    Tom Jordahl Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139