Описание тега cfindex
NoneCfindex populates a search engine collection with metadata and creates indexes for searching in ColdFusion. Use the tag to relate to questions pertaining to ColdFusion.
cfindex is a part of Extensibility Tags in Adobe's ColdFusion bundle. it populates a search engine collection with metadata and creates indexes for searching it for both Verity and Solr search engines. The engines can search physical files of various types or a database query. Indexing database columns that result from a query lets users search the query data much faster than comparable SQL queries.
For more information on creating, indexing, and searching a collection, see Building a Search Interface in the Developing ColdFusion Applications.
Sample usage
<cfindex collection="CodeColl"
action="refresh"
type="file"
key="C:\ColdFusion\wwwroot\vw_files\cfindex.htm"
urlpath="http://localhost:8500/vw_files/"
language="English"
title="Cfindex Reference page"
status="info">