Getting Started With The Verity Mkvdk Utility; Creating A Collection - MACROMEDIA COLDFUSION MX 61 - CONFIGURING AND ADMINISTERING COLDFUSION MX Manual

Hide thumbs Also See for COLDFUSION MX 61 - CONFIGURING AND ADMINISTERING COLDFUSION MX:
Table of Contents

Advertisement

Getting started with the Verity mkvdk utility

The following is the basic mkvdk syntax:
mkvdk -collection path [option] [...] [filespec] [...]
Where:
Square brackets ( [ ] ) indicate optional items.
An ellipsis (...) indicates repetition of the previous item. Thus,
an optional series of filespec items.
filespec
list of files, it should consist of an at sign (@) followed by the filename containing the list
(for example,
The
-collection path
Numerous optional syntax options are listed below. All syntax options must precede the first
parameter.
filespec

Creating a collection

Creating a collection with the mkvdk utility involves setting up a collection directory structure
and inserting documents into this structure. You can create a collection in two steps, using two
separate commands.
To create a collection:
Set up a collection using the following syntax:
1
mkvdk -create -collection collectionname
Where
collectionname
a collection directory that includes style files with configuration information.
Insert documents using the following syntax:
2
mkvdk -collection collectionname -bulk -insert filespec
Where
filespec
insert into the collection.
Alternatively, you can set up a collection and insert documents in one command, using the
following syntax:
mkvdk -create -collection collectionname -bulk -insert filespec
Note: You can use the
collection directory structure has been created, do not to use the
collection.
Accessing online Help for the mkvdk utility
To display a list of mkvdk command-line options, enter the following command:
mkvdk -help
represents a document filename or a list of document filenames. If
).
@filelist
argument creates or opens a collection. This argument is required.
is the path to the collection directory. Running this command creates
is the name of a bulk insert file that specifies which documents to index and
option only once to create the collection directory structure. After a
-create
[filespec] [...]
option to update the
-create
Getting started with the Verity mkvdk utility
indicates
is a
filespec
91

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion mx

Table of Contents