Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Verity, specifying subfolders?

Status
Not open for further replies.

pixiesfb

Programmer
Apr 27, 2001
62
US
I'd like to specify which subfolders to include when indexing files for Verity.

Using "Recurse" in cfindex, it seems I only have two options, include only the root folder or include the root and all subfolders, (recurse=Yes|No).

Any other approach? Perhaps I can filter certain folders when returning my search results when cfsearch?

Any help is appreciated.
 
There is a CF_PathIndex tag at the developers exchange that should allow you to do this.

Another option is to write your own spider that reads the data into a temp database table. This option allows very granular control over what verity fields you store your information in and "what" files you actually index.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top