Verity Site Search

This mini-application places a search engine, powered by Verity, on the current page.

Usage

Use this component for site navigation and document management.

Attributes

COLLECTION Required. Specifies a collection name.
URL PATH Required. The base URL for searching and indexing.  All children directories will be included in the search.
DIRECTORY PATH The physical path that corresponds to the URL PATH.
EXTENSIONS Required.  The file extensions for the types of documents to be indexed and searched.
LANGUAGE The language for the search.
PASSWORD

Required .  Specify a password that the administrator may use to reindex the site.  New materials added to the site will not be included in the search until they have been indexed.  To reindex the site, go to the page containing the Verity Site Search component and append 

?Reindex= password 

Example

 
  1. Log on to the Cold Fusion Administrator. Select the Verity tab. In the Name field under "Add a Collection" enter MyFusionSite. Click Apply.
  2. In NetObjects Fusion, drop the Verity Site Search component onto a page. Enter MyFusion Site for the Collection attribute, http://127.0.0.1/cfdocs/mysite/ for the URL Path, C:\web\inetpub\wwwroot\cfdocs\mysite\ for the Directory Path attribute, and "bill" for the password.
  3. Publish the site to 127.0.0.1/CFDocs/mysite/
  4. Go to http://127.0.0.1/cfdocs/mysite/apage/apage.cfm where apage is the name of the page with the Verity Site Search component.
  5. Go to the URL line in your browser and append ?reindex=bill (so the complete URL is: http://127.0.0.1/cfdocs/mysite/apage/apage.cfm?reindex=bill ) and hit return.
  6. You may now use the search form to search for text in your site.
BuiltByNOF