> I've been all over the place on the lists trying to figure 
> out how to solve this and am wits end. I've done a number of 
> collections using Verity and always have the same gripe. I 
> believe that when I set up the index, it requires that I use 
> a local path (e.g. "c:\inetpub\wwwroot\mysite") instead of a 
> url for indexing. This means that the engine is indexing the 
> cfml templates instead of the client-side response (without 
> all the cfml code). The #summary# field returns the cfml code 
> as well as cfml comments. Is there a way for me to index from 
> the client's perspective using the verity tool?

The version of Verity that is bundled with CF doesn't provide HTTP spidering
capabilities, so you won't be able to do exactly what you're trying to do.

However, you can index your dynamic content by writing a CFML script using
the CFINDEX tag, with TYPE="CUSTOM". This will allow you to index the
recordsets returned by database queries. You can then write a CFSEARCH
interface to search against those records. When you retrieve the search
results, you'd then use the key for each record to retrieve it directly from
the database if needed.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to