Verity search problems

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

  1. #1

    Default Verity search problems

    The verity is results are coming back with no data in the query set. The weird
    thing is it will work just fine 30 seconds later and then the same thing will
    happen. The collection has been reindexed and it doesn't seem to make much of a
    difference. Anyone had any experiance with this? Note we are also using the k2
    server to access the collection.

    CUSTOM1 CUSTOM2 KEY RECORDSSEARCHED SCORE SUMMARY TITLE URL
    1 [empty string] [empty string] [empty string] 557 0.7742 [empty string]
    [empty string] [empty string]
    2 [empty string] [empty string] [empty string] 557 0.7742 [empty string]
    [empty string] [empty string]
    3 [empty string] [empty string] [empty string] 557 0.7742 [empty string]
    [empty string] [empty string]
    4 [empty string] [empty string] [empty string] 557 0.7742 [empty string]
    [empty string] [empty string]
    5 [empty string] [empty string] [empty string] 557 0.7742 [empty string]
    [empty string] [empty string]
    6 [empty string] [empty string] [empty string] 557 0.7742 [empty string]
    [empty string] [empty string]
    7 [empty string] [empty string] [empty string] 557 0.7742 [empty string]
    [empty string] [empty string]

    Matt


    Mattwhoo 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. Verity Search
      Hi-- I'm hoping someone can tell me if Verity Search (CFMX 6.1 on IIS6) allows indexing of multiple domains? thanks, KenP
    3. verity search cfmx 7 - possible bug
      Hi, I have a verity search running, it runs fine under cfmx 6.1 - I have moved it using a Coldfusion archive, and its all running ok by the looks...
    4. UTF search for verity???
      i've a website that is in UTF-8 with language of Japanese and Korean. But when i tried to create an japanese and korean verity index and update the...
    5. Verity to search database?
      I am currently using Verity on CF 6.1 to search through indexed web/cfm pages. I thought I recall that you could set it up to search through...
  3. #2

    Default Re: Verity search problems

    Same problem over here! We run CFMX 6.1 on win2k and our verity ran without
    problems for a long time. But now, everytime we update/refresh a collection
    it's empty therafter. Unfortunately we didn't noticed this behavior at once, so
    we can't say what change might have caused our problem, but it seems our recent
    uninstallation of cf5 (which we had left on the system after updating to cfmx )
    has something to do with it...

    We do nothing special. We just trying to populate a collection with a query.
    If this query has for example 10 rows, and the do cfsearch with an empty
    criteria, we get a collection with 10 absolutely empty rows exept the field
    "recordssearched".

    We tried to fix our neo-verity.xml file by replacing it with the default with
    no effect. We reinstalled the language packs (I forgot, we search in german),
    no effect either. We searched the net for ours, without finding anything
    usefull.

    Does anyone has an Idea or Matt could you get rid of your problem?

    Regards,

    Sebastian

    Baddel Guest

  4. #3

    Default Re: Verity search problems

    Thanks for your reply unfortunately I haven?t had to much time to spend on this
    problem but I still don?t have a solution. If I come up with something i will
    be sure and let you know. One question though are you guys using the K2 server
    to access the collections?

    Matt


    Mattwhoo Guest

  5. #4

    Default Re: Verity search problems

    Originally posted by: Mattwhoo
    ...are you guys using the K2 server to access the collections?


    Not anymore. We did on previous sites, but then switched to the cfbased stuff,
    as we found it easier to use and administrate. Although both versions worked
    (once). Actually the K2 server is disabled on our system.

    Sebastian


    Baddel Guest

  6. #5

    Default Re: Verity search problems

    Matt,

    after searching the internet for nearly a week I figured it out for me! I
    found the final hint in the
    [url]http://www.macromedia.com/support/coldfusion/releasenotes/mx/releasenotes_mx_j2e[/url]
    e_p2.html, although we're not using J2EE, but an ordinary professional server
    configuration:

    Verity searches (Windows only) If you previously added cfusion\bin or
    cfusion\verity\_nti40\bin to your system path for ColdFusion 5, you must remove
    it before upgrading to ColdFusion MX in order for ColdFusion MX to find the
    correct Verity DLL files.

    We hadn't got cfusion\verity\_nti40\bin but cfusion\verity\_nti40\ in the
    path. I think we added it while configuring the K2-server and using the verity
    tools (we should use mor comments white configuring). Anyway, as we do not use
    k2-mode anymore, I removed that path-entry, rebooted the box and everything
    runs fine again.

    Hope that helps,

    Sebastian

    Baddel 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