• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Verity Indexes appear to Cross-Pollinate

New Here ,
Oct 17, 2007 Oct 17, 2007

Copy link to clipboard

Copied

We're seeing this issue crop up at various times where we will call a simple cfsearch on one collection, and Verity will return us data from another existing collection on the server. We've done logging etc, and looking at the meta data of the indexes, and all things look like they should (i.e. the number of documents match that of what we'd expect there to be in that collection). We are running cfmx 7.02 enterprise multi-server install and have this application on it's own instance on a win2k3 box. The cfsearch is being called from w/in a cfc as:


quote:

<cfsearch collection="#arguments.collection#" criteria="#arguments.args.q#" name="query1" type="natural" maxrows="8193" />


Once I restart the ‘ColdFusion 7 Search Service’ in either beta (if we’re having problems there) or in production, the Problem goes away – and the indexes correctly return the data from the requested collection as they are supposed to. Which leads me to believe that our application is not the problem – but in the internals of how the ColdFusion cfsearch tag API is calling the Verity K2 Server at certain periods. I still have not nailed down exactly what the root cause is that makes call through the cfSearch tag all of a sudden choose to use a different index that what I passed it – but I do know that the restart does re-align things.

Any help appreciated - we may have to open up a ticket on this one
TOPICS
Advanced techniques

Views

443

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 12, 2008 Aug 12, 2008

Copy link to clipboard

Copied

LATEST
Well, after seeing this error come and go off and on - at various times, I also see some logging in the verity\Data\services\ColdFusionK2_server1\log\status.log at times of '2008-08-12 06:00:30 Status: [Coll] Warning: collection xxxxx is offline'

What can cause a collection to just go 'OFFLINE'?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation