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
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:
Format variable
MDY
DMY
YMD
YDM
USA
EUR
Service-level keywords
The following table describes the valid keywords for the
Keyword
search
insert
optimize
assist
housekeep
delete
backup
purge
repair
dataprep
index
is specified instead of
-delete
Description
Dates written as month-day-year (US format, the default)
Dates written as day-month-year (European format)
Dates written as year-month-day (ISO international format)
Dates written as year-day-month (Swedish format)
Dates written in US format (the same as MDY)
Dates written in European format (the same as DMY)
Description
Enables search and retrieval
Enables adding and updating documents
Enables opportunistic collection optimization
Enables building of word list
Enables housekeeping of unneeded files
Enables document deletion
Enables backup
Enables background purging
Enables collection repair
Same as search-index-optimize-assist-housekeep
Same as insert-delete
(or no specification).
-insert
keyword:
-servlev
Getting started with the Verity mkvdk utility
95
Need help?
Do you have a question about the COLDFUSION MX 61 - CONFIGURING AND ADMINISTERING COLDFUSION MX and is the answer not in the manual?
Questions and answers