I have used MS SQL Full-Text indexing. For building fairly intelligent
search engines based on data contained in a MS SQL 7, or MS SQL 2000
database it is not a terrible way to go.

You can manage the full-text indices via stored procedures so you can fully
automate working with the full text indices. I built a rather nice and
modular search engine using MS SQL Full-Text indexing as the underlying
indexing / search mechanism.

I favor full-text built into the database over verity for searches that are
going to be guaranteed to mine their data from a specific database only. If
you need more than searches on data stored in a database verity and or
alternative indexing schemes might be more appropriate.

Jeremy

-----Original Message-----
From: Frank Mamone [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 29, 2002 2:36 PM
To: CF-Talk
Subject: SQL Full Text Searching


I am thinking of using SQL 2000 Full Text Searching for our search instead
of Verity.
This would be only for the Database collections.

Do any of you do this or do you have any comments on using this over Verity?

Thanks,

Frank M


______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to