Getting started with the Verity mkvdk utility

The following is the basic mkvdk syntax:

mkvdk -collection path [option] [...] [filespec] [...]

Where:

Numerous optional syntax options are listed below. All syntax options must precede the first filespec parameter.

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 using the following steps.

To create a collection:

  1. Set up a collection using the following syntax:
    mkvdk -create -collection collectionname
    

    Where collectionname is the path to the collection directory. Running this command creates a collection directory that includes style files with configuration information.

  2. Insert documents using the following syntax:
    mkvdk -collection collectionname -bulk -insert filespec
    

    Where filespec is the name of a bulk insert file that specifies which documents to index and insert into the collection.


View comments in LiveDocs