Using the mkvdk utility
147
Bulk inserting or deleting
The following command specifies bulk insertion of a list of documents:
mkvdk -collection coll -bulk -insert filespec
Where filespec is the list of files to insert. Since insert is the default, the following command is
equivalent to the preceding command:
mkvdk -collection coll -bulk filespec
The following command specifies bulk deletion of a list of documents:
mkvdk -collection coll -bulk -delete filespec
Where filespec is the list of files to delete. It can be the same file used to insert documents; the
only difference is that
-delete
is specified instead of
-insert
(or no specification).
Date format options
The Verity engine supports many import date formats, including many textual date formats, and
the numeric date formats listed in the following table:
Service-level keyword options
The following table describes the valid keywords for the
-servlev
keyword:
Format variable
Description
MDY
Dates written as month-day-year (US format, the default)
DMY
Dates written as day-month-year (European format)
YMD
Dates written as year-month-day (ISO international format)
YDM
Dates written as year-day-month (Swedish format)
USA
Dates written in US format (the same as MDY)
EUR
Dates written in European format (the same as DMY)
Keyword
Description
search
Enables search and retrieval
insert
Enables adding and updating documents
optimize
Enables opportunistic collection optimization
assist
Enables building of word list
housekeep
Enables housekeeping of unneeded files
delete
Enables document deletion
backup
Enables backup
purge
Enables background purging
repair
Enables collection repair
Содержание COLFUSION MX 7 - INSTALLING AND USING COLDFUSION...
Страница 1: ...COLDFUSION MX7 Configuring and Administering ColdFusion MX ...
Страница 6: ...6 Contents ...
Страница 10: ......
Страница 78: ...78 Chapter 4 Web Server Management ...
Страница 84: ...84 Chapter 5 Deploying ColdFusion Applications ...
Страница 102: ...102 Chapter 7 Using Multiple Server Instances ...
Страница 104: ......
Страница 108: ...108 Chapter 8 Introducing Verity and Verity Tools ...
Страница 164: ...164 Chapter 10 Using Verity Utilities ...