View comments | RSS feed
Contents > Developing ColdFusion MX Applications > Building a Search Interface > Creating a search tool for ColdFusion applications PreviousNext

Creating a search tool for ColdFusion applications

There are three main tasks in creating a search tool for your ColdFusion application:

  1. Create a collection.
  2. Index the collection.
  3. Design a search interface.

You can perform each task programmatically--that is, by writing CFML code. Alternatively, you can use the ColdFusion MX Administrator to create and index the collection. Also, HomeSite+ has a Verity Wizard that generates ColdFusion pages that index the collection and design a search interface. The following table summarizes the steps and available methods for creating the search tool:


Step


CFML

ColdFusion MX Administrator


Verity Wizard

Creating a collection

Yes

Yes

No

Indexing a collection

Yes

Yes

Yes

Designing a search interface

Yes

No

Yes

This chapter presents the non-code methods for developing a search tool, followed by code examples that perform the same task. If you have HomeSite+ and access to the ColdFusion MX Administrator, the fastest development method is as follows:

  1. Create the collection with the ColdFusion MX Administrator.
  2. Use the Verity Wizard to index the collection and design a search interface.

Contents > Developing ColdFusion MX Applications > Building a Search Interface > Creating a search tool for ColdFusion applications PreviousNext

ColdFusion 9 | ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | Bug Reporting

Version 6.1

Comments are no longer accepted for ColdFusion MX 6.1. ColdFusion 8 is the current version.

Comments


No screen name said on Dec 1, 2003 at 7:05 AM :
Здорово!
seublinder said on Feb 2, 2005 at 10:33 AM :
CHILDREN!!!

 

RSS feed | Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/coldfusion/6.1/htmldocs/indexse7.htm