Getting Started with vspider
Here is a simple step by step description of using vspider to create collections for searching using Verity in CF. To be filed in the category of "stuff I blog so I won't have to Google it again".
If the instructions don't work for you, check out the troubleshooting posting and its associated comments.
Start by creating a batch file for creating/updating the index. Here's a sample project.bat:
-style C:\CFusionMX7\verity\Data\stylesets\ColdFusionVspider\
-collection C:\CFusionMX7\verity\collections\projectname
-start http://localhost/project-directory
-indinclude "*/project-directory*"
-cgiok
-abspath
-reparse
-indmimeinclude text/*
-indmimeexclude text/css
(it should all be on one line)
Then go into the cf admin and add a collection with the same name (project) making sure NOT to add the project name to the directory path (so directory path might be C:\CFusionMX7\verity\collections). Choose Englishx as the language and add the collection.
You should then see the collection appear with the correct number of documents and size. You may have to restart the search service before or after the step in the admin and then you should be able to cfsearch against the collection.
Note that for this to work, you need to be able to set up a directory under localhost for spidering the site (it's a licensing issue) so your site must be capable of displaying in a subdirectory.



http://www.acfug.org/resources/VerityK2SetupGuideW...
It's for CF5 but I think much of it still applies.
Mischa.
Thanks for the link!