The following is the basic mkvdk syntax:
mkvdk -collection path [option] [...] [filespec] [...]
Where:
h
argument creates or opens a collection. This argument is required.
Numerous optional syntax options are listed below. All syntax options must precede the first filespec
parameter.
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.
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.
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.