Steps in Creating a Searchable Data Source

There are several steps in creating a searchable data source:

  1. Create a collection.

    This can be done either through the ColdFusion Administrator or programmatically.

  2. Populate and index the collection

    This involves selecting the data and generating the index.

  3. Design a search interface and a results page so that users can access the searchable data source.