Ask a Question related to Macromedia ColdFusion, Design and Development.

  1. #1

    Default Verity Collections

    COLDFUSIONMX HELP PAGE SAYS: The Verity Development Kit (VDK) provides
    indexing and searching technology to create, populate, and manage collections
    of indexed data that are optimized for fast and efficient site searches. It is
    available on the Verity Collections page. In simple terms how is this best
    used, what is it.... when these are created are they for internet, intranet,
    searching files on my computer??? Can any one point me to a URL that uses a
    Verity Collection (Is this a Search utility???) Sorry ,if this is a lame
    question but after making the collection_create_form.cfm from help page
    tutorial and running it I can't see what I could use it for.

    refugeo Guest

  2. Similar Questions and Discussions

    1. Verity and Collections on different servers
      I have CFMX7 on server 1 and Collection folders on server 2. I am confused on what to enter in the following <cfindex tag> attributes: Key and...
    2. Verity collections disappearing
      Hello, I am encountering a problem with my Verity collections disappearing. Here is how it is setup: I have two servers, each with CF7.1/Verity...
    3. Verity Collections Index.cfm
      I am building an index.cfm page and not sure what path (urlpath entry within the cfindex tag)) to use to return the URL. My collections folder is...
    4. Can not enable Verity collections
      I can not enable Verity collections. It says You must configure your application server to enable Verity. For instructions, see "Installing and...
    5. locked out of Verity Collections
      I seemed to have locked my self out of the Verity Collections section. I am not sure what I did but now when I click on Verity Collections I get an...
  3. #2

    Default Re: Verity Collections

    A Verity collection is a group of files on the server that have been indexed.
    They can be .txt, .doc, .pdf, .ppt, .xls -- lots of file formats.

    By indexed, I mean that every word in every file has been placed in an index
    that is created and maintained by the Verity engine.

    Verity is quite like an internet search engine. You build a ColdFusion form,
    enter your search criteria in the form's text box and click the submit button.
    The ensuing page will take your search string and tell Verity to return the
    file name of all documents from the collection that match your search. These
    files can then be displayed as hot links, much like Google.

    Incidentily, you can also create a Verity collection on one or more columns of
    a database.


    jdeline Guest

  4. #3

    Default Verity Collections

    Hi I install weblogic with coldfusion support. when I access administrator from
    coldefusion and when I try to open verity collections from admin in cold fusion
    it give me error message that "You must configure your application server to
    enable Verity. For instructions, see "Installing and Using ColdFusion MX." I
    refer installation process and set path in startweblogic.cmd after that I
    restart server. when I come back to access that verity collections it give me
    same error message.


    himanshumalani Guest

  5. #4

    Default Verity Collections

    I am in the process of moving applications from a cf5 server to a cf6 server.
    These applications build verity collections on the fly. Is there a way for me
    to copy the verity collections from the cf5 server to the cf6 server? or do I
    have to create the verity collections within cf administrator manually?

    bhilyer Guest

  6. #5

    Default Verity Collections

    Hi all,
    Little problem here with vspider, I ru8n the script which I will post on the
    end, and it looks it runs fine. There's buch of inserts and skipps, bad keys.
    When it comes to the summary on the end it says:
    Vspider Summary: Submitteed 1236 documents for insert, 0 document for
    deletion, 0 documents for update;
    Progress: [vspider] ,ind010020> Vspider Summary: Indexed 0 documnets, 1236
    bad documents......
    So it looks like all the document that were suposed to be indexed it marked
    them as bad. These are just regular pages, no weird characters or broken
    links. Does anyone knows what's going on here???? brokenheart;

    Here's my vspider code:


    C:\CFusionMX7\verity\k2\_nti40\bin\vspider -style
    C:\CFusionMX7\verity\Data\stylesets\ColdFusionVspi der\ -collection
    C:\CFusionMX7\verity\collections\RHSpider -start [url]http://localhost[/url] -cgiok
    -abspath -reparse -indmimeinclude text/* -indmimeexclude text/css -prefixmap
    spidermap.txt -loglevel verbose
    pause

    TiGGi Guest

  7. #6

    Default Re: Verity Collections

    Anyone?
    TiGGi 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