The mkvdk utility provides a variety of document processing options, as the following table describes:
Option |
Description |
---|---|
-extract |
Extracts field values from documents, using the field extraction rules specified in the style.tde file. |
-insert |
Adds documents to the collection. This is the default option for the mkvdk command. |
-update |
Adds documents to the collection by replacing all previous information about the specified documents. |
-delete |
Marks the specified documents as deleted, and makes them unavailable for searches. To actually remove deleted documents from the collection's internal documents table and word indexes, use the squeeze keyword (see About squeezing deleted documents). |
-nosave |
Specifies that a work list, which is generated by the mkvdk utility automatically when you use the -extract option, will not be saved in the collection directory in a file called worklist (in the Verity bulk submit file format). By default, the mkvdk utility saves the worklist in the worklist file. |
-nosubmit |
Specifies that a work list, which is generated by the mkvdk utility automatically when you use the -extract option, will not be submitted to the indexing engine and will be saved in the collection directory in a file called worklist (in the Verity bulk submit file format). This option allows the mkvdk utility to process field extraction separately from other indexing tasks. |