OK, I seriously have a headache.  I can't figure this out.

I want to create a verity search function to search all the files within a
folder called general (along with all the files in the subfolders).  I want
to call the collection general.

Here are the values from environment.cfm, which I assume are correct:


                // The URL you type in your browser to go to this application:
                Application.urlRoot = "http://mdprofinish.com";;

                // The URL you type in your browser to go to this application 
under SSL:
                // (if you don't have an SSL certificate, use the same value as
Application.urlRoot)
                Application.sslRoot = "http://mdprofinish.com";;

                // The mapping you defined for this application in CF 
Administrator:
                Application.mappingRoot = "/MarylandProH48731";

                // The disk path to the directory containing this application:
                Application.diskRoot = "c:\websites\de8ddr";

                // The disk path to Verity's collections directory:
                Application.verityRoot = "c:/cfusionmx7/verity/collections";

the folder I want to search is located at http://mdprofinish.com/general/



Anyone want to take a stab at explaining to me how to do this?

Thanks,

Mark Fuqua



**********************************************************************
You can subscribe to and unsubscribe from lists, and you can change
your subscriptions between normal and digest modes here:

http://www.productivityenhancement.com/support/DiscussionListsForm.cfm
**********************************************************************

Reply via email to