Initially, you create the verity collection by creating a query, and running
cfcollection against that query.  You only need to run this once (of course,
you will need to run it again when the db is update, or schedule this
template to run at regular intervals)

Then you can use cfsearch without having to run the query/cfcollection
everytime you're running the search.  Make sure that you're putting cfsearch
on a separate page, and make sure that you create the collection before you
run your cfsearch for the first time.

Now, if you need to perform a search on the db in real time, Verity's not
the answer.  Easy enough, however, to "almost" query in real time: everytime
you update/insert to the db, you re-run your collection page (of course,
that can be a bit excessive depending on your situation, but that's another
discussion).

Billy

----- Original Message -----
From: Nick McClure <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 17, 2000 8:15 AM
Subject: Re: Cold Fusion Search tools


> I am doing it wrong? The only way I have been able to get verity to search
> a db is by running a query then using the output create a verity index,
and
> then using Verity to search that.
>
> I have to schedule the query, I don't like to do that so if there is a
> better way I would love to know.
>
> At 10:06 AM 5/17/2000 -0700, you wrote:
> >Yes, it supports both database and file searches.  You can even do a
> >database search the hard way (in SQL).  I would recommend picking the Web
> >Application Construction Kit,
>
>(http://shop.barnesandnoble.com/booksearch/isbnInquiry.asp?userid=3LR3PRUC3
L
>
>&mscssid=A49JHLAW53S92NHF001PQJ9WME7DBNHE&srefer=&salesurl=Rwww.bn.com/&isb
n
> >=078971809X)which should outline the specifications and implementation.
> >
> >Billy Cravens
> >
> >----- Original Message -----
> >From: Brian P. Doyle <[EMAIL PROTECTED]>
> >To: <[EMAIL PROTECTED]>
> >Sent: Wednesday, May 17, 2000 7:32 AM
> >Subject: RE: Cold Fusion Search tools
> >
> >
> > > ah, I'm an idiot.  It was sitting in front of me.
> > >
> > > But does Verity support database searches?  All of the content that I
want
> > > to search are in databases.
> > >
> > > -----Original Message-----
> > > From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, May 17, 2000 10:21 AM
> > > To: [EMAIL PROTECTED]
> > > Subject: RE: Cold Fusion Search tools
> > >
> > >
> > > >     I'm looking for a decent search engine for our site.  I've
looked
> >into
> > > > both Ultraseek and SiteServer Search, but I was curious if there
might
> >be
> > > > one a bit more CF friendly.  Any suggestions would be greatly
> >appreciated.
> > >
> > > What's wrong with Verity? We use it and it works fine...
> > >
> > > Philip Arnold
> > > ASP Multimedia Limited
> > > T: +44 (0)20 8680 1133
> > >
> > > "Websites for the real world"
> > >
> > > **********************************************************************
> > > This email and any files transmitted with it are confidential and
> > > intended solely for the use of the individual or entity to whom they
> > > are addressed. If you have received this email in error please notify
> > > the system manager.
> > > **********************************************************************
> > >
> > >
> >
> --------------------------------------------------------------------------
> >--
> > > --
> > > Archives: http://www.eGroups.com/list/cf-talk
> > > To Unsubscribe visit
> > >
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> > > send a message to [EMAIL PROTECTED] with 'unsubscribe'
in
> > > the body.
> > >
> > >
> >
> --------------------------------------------------------------------------
> >----
> > > Archives: http://www.eGroups.com/list/cf-talk
> > > To Unsubscribe visit
> >http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
or
> >send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> >the body.
> >
>
>---------------------------------------------------------------------------
---
> >Archives: http://www.eGroups.com/list/cf-talk
> >To Unsubscribe visit
> >http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
or
> >send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> >the body.
>
> --
> Nick McClure [EMAIL PROTECTED]
> Technical Director 606.245.9656
> squareFish Media www.squareFish.com
>
> --------------------------------------------------------------------------
----
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to