| Contents > Configuring and Administering ColdFusion MX > Managing Collections with the mkvdk Utility > Getting started with the Verity mkvdk utility > General processing options Examples: processing documents |
|
|
|
|
||
By default, the mkvdk command submits and indexes documents specified in the command, and services the specified collection. The following command executes the default options:
mkvdk -collection path filespec
The following command performs servicing only. Use this command to only index submitted documents and service the collection:
mkvdk -collection path
The following command deletes documents from a collection:
mkvdk -delete -collection path filespec
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 -delete is specified instead of -insert (or no specification).
|
|
||
| Contents > Configuring and Administering ColdFusion MX > Managing Collections with the mkvdk Utility > Getting started with the Verity mkvdk utility > General processing options Examples: processing documents |
|
|
ColdFusion 9 | ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | Bug Reporting
Version 6.1
Comments are no longer accepted for ColdFusion MX 6.1. ColdFusion 8 is the current version.