Query Based Verity Issue

2007-06-20 Thread Matthew Lesko
Well I have a problem with a verity search I am doing. The collection is based off a query of product data. My collection has cf_custom2 data in it which represents the products price. When I search the collection with: criteria=CF_CUSTOM2 = 19.99 I will get results with CF_Custom2 with values

Re: Query Based Verity Issue

2007-06-20 Thread Raymond Camden
Verity does string based searching, not numerical base searching. What you may consider is an alternative. All products that are 20 bucks are considered cheap. When inserting the data, use a criteria, or a category, of cheap. On 6/20/07, Matthew Lesko [EMAIL PROTECTED] wrote: Well I have a

RE: Query Based Verity Issue

2007-06-20 Thread Michael Eger
Subject: Query Based Verity Issue Well I have a problem with a verity search I am doing. The collection is based off a query of product data. My collection has cf_custom2 data in it which represents the products price. When I search the collection with: criteria=CF_CUSTOM2 = 19.99 I will get results

RE: Query Based Verity Issue

2007-06-20 Thread Dave Watts
Well I have a problem with a verity search I am doing. The collection is based off a query of product data. My collection has cf_custom2 data in it which represents the products price. When I search the collection with: criteria=CF_CUSTOM2 = 19.99 I will get results with CF_Custom2

Re: Query Based Verity Issue

2007-06-20 Thread Matthew Lesko
Thank you Raymond. I figured it was working with the decimal as a string but I was not sure and I did not know it was limited to just strings. I like your idea of categorizing my price ranges so I can set my criteria against a string. Raymond Camden wrote: Verity does string based searching,

RE: Query Based Verity Issue

2007-06-20 Thread Gaulin, Mark
, 2007 10:28 AM To: CF-Talk Subject: Query Based Verity Issue Well I have a problem with a verity search I am doing. The collection is based off a query of product data. My collection has cf_custom2 data in it which represents the products price. When I search the collection with: criteria

Re: Query Based Verity Issue

2007-06-20 Thread Matthew Lesko
. -- Mike Eger www.avilar.com -Original Message- From: Matthew Lesko [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 20, 2007 10:28 AM To: CF-Talk Subject: Query Based Verity Issue Well I have a problem with a verity search I am doing. The collection is based off a query of product

Re: Query Based Verity Issue

2007-06-20 Thread Matthew Lesko
Hi Dave, Thank you for your response. I would normally agree with you however in my specific case I feel I need to use verity. I neglected to mention all the other search criteria that is involved in order to simplify the question and not cause confusion. Doing a simple price range search in

Re: Query Based Verity Issue

2007-06-20 Thread Raymond Camden
True - but I had assumed this was only part of his query. If this truly WAS the only part, than a pure SQL search makes a lot more sense. My bad. If he is using this with other items, then I think it would make sense in Verity. On 6/20/07, Dave Watts [EMAIL PROTECTED] wrote: Well I have a

RE: Query Based Verity Issue

2007-06-20 Thread Dave Watts
True - but I had assumed this was only part of his query. If this truly WAS the only part, than a pure SQL search makes a lot more sense. My bad. If he is using this with other items, then I think it would make sense in Verity. Assuming there aren't too many records, you could use QoQ to

Re: Query Based Verity Issue

2007-06-20 Thread Jim Wright
Thank you for your response. I would normally agree with you however in my specific case I feel I need to use verity. I neglected to mention all the other search criteria that is involved in order to simplify the question and not cause confusion. Doing a simple price range search in SQL

Verity Issue in CFMX 6.1

2007-02-20 Thread Daniel Dabner
Hi, I'm having a problem with Verity on MX6.1 on a Linux box. The problem is I can't seem to get either the cfindex tag or the administrator to index any files at all. It seems to work fine on my Windows server. I don't have any problem indexing from a query either - but I need to index

Re: Verity Issue

2007-01-23 Thread Dave Phillips
Rich, Can you post your CFINDEX code? Also, have you tried deleting and re-creating yoru collections? Dave Has anyone else seen this error when trying to index a collection. We are on CFMX 7.0.2. General failure. (-2) The specific sequence of files included or processed is:

Re: Verity Issue

2007-01-23 Thread Rich Sloan
Hi dave the code is listed below. This is the only thing in the template. I have tried deleting and recreating the collection and I get the same error. cfindex action=Refresh collection=all_products key=F:\wwwroot\cxdev\ type=PATH urlpath=http://cxdev2.trizetto.com;

Verity Issue

2007-01-22 Thread Rich Sloan
Has anyone else seen this error when trying to index a collection. We are on CFMX 7.0.2. General failure. (-2) The specific sequence of files included or processed is: \mx7verity.cfm, line: 5. The only thing on line 5 is the url path. I can't find any help on Adobe's site for this. Rich

Verity Issue

2005-02-23 Thread Blaine Korte
I've recently setup a new verity collection and it all works great, but, I have one issue. In my previous search setup using ht://Dig, if a page within the crawled folder is setup with a meta name='robots' content='noindex', then that page is not indexed and therefore not returned in the user's

Re: Verity Issue

2005-02-23 Thread Jehiah Czebotar
I now have a verity collection of all the files I want from a given folder, (as filtered by .extension) but my 'non-indexed' pages are included in any search returns. These pages we don't want in the general verity search. Is there a way to query the page content for 'content='noindex' when

Re: Verity Issue

2005-01-24 Thread Thomas Chiverton
On Friday 21 Jan 2005 12:42 pm, Robertson-Ravo, Neil (RX) wrote: Not enough resources available to create VDK collection threads : K2 Out of disk/threads/ulimit/memory ? -- Tom Chiverton Advanced ColdFusion Programmer ~|

Verity Issue

2005-01-21 Thread Robertson-Ravo, Neil (RX)
All, For some reason on certain server set, for Verity K2 we are getting the following error message : Not enough resources available to create VDK collection threads : K2 Server Aborting. Anyone seen this error? Any ideas? The same collections set works AOK on another sever set just not on

Verity Issue - Returning Incorrect Results?

2002-03-01 Thread phil e hebenstreit
Running CF 50 and when we run our search against the collection, it returns what from the surface appear to be inconsistent results I will search on hybrid and first 7 articles will be foreign text and when I search the body that word does not appear Next article will be in English and does

Re: Verity Issue - Returning Incorrect Results?

2002-03-01 Thread Mark Leder
On Fri, 1 Mar 2002 10:23:57 -0500, phil e hebenstreit wrote: Running CF 5.0 and when we run our search against the collection, it returns what from the surface appear to be inconsistent results. I will search on hybrid and first 7 articles will be foreign text and when I search the body that

RE: Verity Issue - Returning Incorrect Results?

2002-03-01 Thread phil e hebenstreit
now I'm trying to find out the best way to strip out all this extra and just index the actual text of the uploaded file. Thanks again, Phil -Original Message- From: Mark Leder [mailto:[EMAIL PROTECTED]] Sent: Friday, March 01, 2002 11:05 AM To: CF-Talk Subject: Re: Verity Issue - Returning

RE: Verity Issue - Returning Incorrect Results?

2002-03-01 Thread Sean McCarthy
look into the verity spider -Original Message- From: phil e hebenstreit [mailto:[EMAIL PROTECTED]] Sent: Friday, March 01, 2002 11:14 AM To: CF-Talk Subject: RE: Verity Issue - Returning Incorrect Results? Hi Mark, I've determined this now. Its returning the correct results, because

RE: Verity Issue - Returning Incorrect Results?

2002-03-01 Thread Haggerty, Michael A.
on the site and return results based on the actual layout? Mike -Original Message- From: Sean McCarthy [mailto:[EMAIL PROTECTED]] Sent: Friday, March 01, 2002 11:19 AM To: CF-Talk Subject: RE: Verity Issue - Returning Incorrect Results? look into the verity spider -Original Message

RE: Verity Issue - Returning Incorrect Results?

2002-03-01 Thread Mark Leder
On Fri, 1 Mar 2002 11:18:32 -0500, Sean McCarthy wrote: look into the verity spider -Original Message- From: phil e hebenstreit [mailto:[EMAIL PROTECTED]] Sent: Friday, March 01, 2002 11:14 AM To: CF-Talk Subject: RE: Verity Issue - Returning Incorrect Results? Hi Mark, I've

RE: Verity Issue - Returning Incorrect Results?

2002-03-01 Thread Tyler M. Fitch
, Michael A. [mailto:[EMAIL PROTECTED]] Sent: Friday, March 01, 2002 8:45 AM To: CF-Talk Subject: RE: Verity Issue - Returning Incorrect Results? At the risk of sounding lame, is there any documentation on the Verity search engine that comes with CF? My applications are full of includes, modules, etc

RE: Verity Issue - Returning Incorrect Results?

2002-03-01 Thread Sean McCarthy
-07B0-4 AF0-8B 67792653EDB5D4 Sean -Original Message- From: Haggerty, Michael A. [mailto:[EMAIL PROTECTED]] Sent: Friday, March 01, 2002 11:45 AM To: CF-Talk Subject: RE: Verity Issue - Returning Incorrect Results? At the risk of sounding lame, is there any documentation on the Verity

RE: Verity Issue - Returning Incorrect Results?

2002-03-01 Thread Haggerty, Michael A.
with the more robust version that handles a full domain? If so, how much does it cost? Mike -Original Message- From: Sean McCarthy [mailto:[EMAIL PROTECTED]] Sent: Friday, March 01, 2002 1:15 PM To: CF-Talk Subject: RE: Verity Issue - Returning Incorrect Results? Do a search

RE: Verity Issue - Returning Incorrect Results?

2002-03-01 Thread Sean McCarthy
To: CF-Talk Subject: RE: Verity Issue - Returning Incorrect Results? Those documents are pretty cool. I had no idea there was an actual spider! I don't need to use it now, but most of the sites I build are in Fusebox and I would want to spider those sites instead of index them. The spider

RE: Verity Issue - Returning Incorrect Results?

2002-03-01 Thread Garza, Jeff
]] Sent: Friday, March 01, 2002 1:24 PM To: CF-Talk Subject: RE: Verity Issue - Returning Incorrect Results? I called verity, 10K for the full... but as they said: In the current state of the market that price is... negotiable You can spider multiple sites on the same box though Sean

RE: Verity issue

2001-09-12 Thread Dave Watts
I am having a very difficult time with populating a verity index. I have defined the collection with cfserver. I am using a query to populate it. here is my code blocks, can anyone please tell me what I am doing wrong here? ... The cf_showquery will show everything I have selected

RE: Verity issue

2001-09-12 Thread Ray Bujarski
So I solved my issue. I was running traces on the server to follow errors and noticed that a file under /var/tmp was being written to. This file was full and did not allocate any extra room on disk. I purged the directory and can now populate my indexes. At 01:25 PM 9/12/2001 -0700, you

Verity issue

2001-09-11 Thread Ray Bujarski
I am having a very difficult time with populating a verity index. I have defined the collection with cfserver. I am using a query to populate it. here is my code blocks, can anyone please tell me what I am doing wrong here? cfquery datasource=notebooks name=idx_Entries select

Verity issue

2001-09-11 Thread Ray Bujarski
At 03:18 PM 9/11/2001 -0700, you wrote: Subject: Verity issue To: CF-Talk [EMAIL PROTECTED] I am having a very difficult time with populating a verity index. I have defined the collection with cfserver. I am using a query to populate it. here is my code blocks, can anyone please tell me what