Macromedia ColdFusion MX 7 Certified Developer Study Guide

ColdFusion integration of the Verity search engine lets developers implement powerful full-text searching. Collections can be indexes of all kinds of document types, and they also can represent the contents of a database query.

<cfcollection> is used for basic collection maintenance, from creating to optimizing the data. <cfindex> is responsible for populating and updating Verity collections. <cfsearch> enables users to run complex searches across single or multiple collections.

Sample Questions

1:

Which Verity features are inherent in a simple query expression?

  1. stem operator

  2. many modifier

  3. near operator

  4. Wildcards

2:

Which tag is used to optimize a Verity collection?

  1. <cfcollection>

  2. <cfindex>

  3. <cfoptimize>

  4. <cffile>

Категории