list a verity collection

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

  1. #1

    Default list a verity collection

    Hi there, I was wondering if there was any way to create a query or list of a
    verity collection such that I can see an alphabetized word list of all the
    words in the collection along with the number of occurances of that word in the
    entire collection. Then I'd like to analyze the word list and only display the
    words that have say less than 20 appearances in the collection. So the end
    result would look like this: Word list (occurances) monitor(12) progress (8)
    trustworthy (15) etc... Can this be done in Verity? If not, can anyone point
    me to another index tool that will do this? Thanks, Oak

    oak3 Guest

  2. Similar Questions and Discussions

    1. Verity not updating collection
      This is a weird one. Using the Administrator, I have set up a few collections for our search engine to use. I have had no trouble indexing or...
    2. Verity collection on different server?
      I am trying to setup a verity collection on a shared drive, i.e. not on the server where cfadministrator is but I don't know how to get cf...
    3. Verity collection issues
      I've been using a system for searching in my CF powered apps for some years now, and it works pretty well., but now I've got a bit of a problem with...
    4. Can't create Verity Collection
      When I try and create a verity collection in the CFAdmin or use cfcollection i get the following error Unable to create collection WebPageContent....
    5. verity and database collection
      I am trying to create a Verity collection from a database table using a query. It appears the collection is created but the search never finds any...
  3. #2

    Default Re: list a verity collection

    You can do it with the verity command line tool didump. Find it in
    k2/<platform>/bin.
    didump -words collections/<collectionname>/parts/00000001.did

    You probably want to optimize the collection first and then use the highest
    numbered 'part' file.

    Not exactly what you are looking for, I know.

    --
    Tom Jordahl
    Macromedia Server Development


    Tom Jordahl Guest

  4. #3

    Default Re: list a verity collection

    Thanks. I'll try it out.
    oak3 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