We use it all the time (we've automated it in Plum), and we've built customized Lucene systems as well, so we're very familiar with full text indexing.
You can create a single collection contains both File and Path index entries, but that collection cannot also contain Custom index entries. This is because while both File and Path index entries are based on disk files as indexing targets, Custom index entries are based on database content as an indexing target, so the configuration of Custom entries cannot coexist in the same collection. You can, however, search multiple collections at the same time by specifying them as a comma-delimited list in the CFSEARCH tag call. You're going to run into an issue with static content residing in your .cfm pages. The documentation suggests that you can index these, and you can, but you'll get back code in your search results. You have two choices here: use Verity's Vspider utility (complicated) or use a content management system that stores your content in a database, use a Custom index collection for that content, and then just retrieve and display the content on your ..cfm pages (easy). This is what we do with Plum. Best of luck with it all. If you run into real problems then feel free to give me a call at 770-446-8866. Respectfully, Adam Phillip Churvis Member of Team Macromedia http://www.ProductivityEnhancement.com Download Plum and other cool development tools, and get advanced intensive Master-level training: * C# & ASP.NET for ColdFusion Developers * ColdFusion MX Master Class * Advanced Development with CFMX and SQL Server 2000 ----- Original Message ----- From: "Rick Root" <[EMAIL PROTECTED]> To: "CF-Talk" <[email protected]> Sent: Friday, May 27, 2005 8:57 AM Subject: Re: Search questions > Anyone using Verity out there? =) > > Rick Root wrote: > > I've been asked to investigate a method of making our documentation > > searchable. > > > > We have a database driven FAQ, numerous CFM pages with "static" content, > > and word/PDF documents. > > > > We're currently running CFMX 6.1. > > > > What are my options? Verity can't do that in a single collection, right? > > > > rick > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:207847 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

