![MACROMEDIA COLDFUSION 4.5-DEVELOPING WEB Скачать руководство пользователя страница 206](http://html1.mh-extra.com/html/macromedia/coldfusion-4-5-developing-web/coldfusion-4-5-developing-web_develop-manual_3286369206.webp)
180
Developing Web Applications with ColdFusion
Managing Collections
As with any data source, the maintenance requirements of a Verity collection are
dictated by the amount, frequency, and type of changes that occur in the records. You
can run maintenance routines directly from either the CFCOLLECTION or CFINDEX
tags or via the Administrator Verity page. For more information on this topic, see the
Allaire Knowledge Base article, "Maintaining Collections" (ID# 1080) on our Web site at
http://www.allaire.com/Support/KnowledgeBase/SearchForm.cfm
.
The easiest way to perform collection management tasks is to create a ColdFusion
template that runs the operations, then add the task on the Administrator Scheduler
page. The page presents a wide range of scheduling options.
Maintenance options
Choose an option based on the following function descriptions.
•
Repair
— Runs internal Verity routines to fix corrupted records. If you suspect a
collection has become corrupted, it is probably safest to re-populate it.
•
Optimize
— Packs the indexed data for better performance. This is similar to
database optimization. This procedure can be used as part of routine
maintenance. The Optimize action is deprecated for CFINDEX except to
maintain legacy code; the CFCOLLECTION tag is recommended instead. For
more information on this command, see the Allaire Knowledge Base article,
"How To Optimize Your Verity Collection" (ID# 416) on our Web site at
http://
www.allaire.com/Support/KnowledgeBase/SearchForm.cfm
.
•
Purge
— Removes all data from a collection.
NOT
Used to exclude documents that contain the specified word or phrase.
Used only with the AND and OR operators.
Java <AND> programming <NOT> coffee
ORDER
Used to specify that the search elements must occur on the same order
in which they were specified in the query. Can be used with the
following operators:
PARAGRAPH
SENTENCE
NEAR/N
Place the ORDER modifier before any operator:
<ORDER><PARAGRAPH>("server", "Java")
Verity Search Modifiers (Continued)
Modifier
Description
Содержание COLDFUSION 4.5-DEVELOPING WEB
Страница 1: ...Allaire Corporation Developing Web Applications with ColdFusion ColdFusion 4 5...
Страница 14: ...xiv Developing Web Applications with ColdFusion...
Страница 26: ...xxvi Developing Web Applications with ColdFusion...
Страница 34: ...8 Developing Web Applications with ColdFusion...
Страница 70: ...44 Developing Web Applications with ColdFusion...
Страница 84: ...58 Developing Web Applications with ColdFusion...
Страница 114: ...88 Developing Web Applications with ColdFusion...
Страница 148: ...122 Developing Web Applications with ColdFusion...
Страница 174: ...148 Developing Web Applications with ColdFusion...
Страница 208: ...182 Developing Web Applications with ColdFusion...
Страница 244: ...218 Developing Web Applications with ColdFusion...
Страница 274: ...248 Developing Web Applications with ColdFusion...
Страница 288: ...262 Developing Web Applications with ColdFusion...
Страница 300: ...274 Developing Web Applications with ColdFusion...
Страница 350: ...324 Developing Web Applications with ColdFusion...
Страница 362: ...336 Developing Web Applications with ColdFusion...