Using the Verity merge Utility
Using the Verity merge Utility
The
is useful for merging smaller collections built from different sources into one, large
collection. Also, you can use the
collections of a roughly uniform size.
Note
The Verity
It is important to note that collections can be merged only if they have identical
schemas. Collections can be merged if they have exactly the same set of style files
(and style file entries).
Breaking up a large collection helps to optimize search performance, because it
allows many applications to perform multiple concurrent search requests over the
different collections. After breaking up a large collection, you can also discard older
collections to reclaim limited disk storage space.
merge
To obtain help for the merge utility, enter the following command:
merge -help
Note
After running the merge utility, you must optimize the collection, using the
-optimize
For example:
c:\cfusion\bin\merge /common = c:\cfusion\verity\common
Merging collections using the merge utility
The following is the syntax for using the merge utility to merge multiple collections
into a single collection:
merge <newCollection> <srcCollection1> <srcCollection2>
[srcCollectionN]
The utility reads
a single collection with the directory name given for newCollection If the directory
name given for newCollection doesn't exist, then it is created.
Splitting collections
The following is the syntax for using the merge utility to split a single large collection
into smaller collections.
merge -split <srcCollection> <newCollection1> <newCollection2>
[-number]
utility lets you combine multiple collections with identical schemas. This
merge
utility is available only on Windows platforms.
merge
can be found in the ColdFusion bin directory:
option.
srcCollection1
utility to break up the collection into smaller
merge
cfusion\bin
,
and so on and merges them into
srcCollection2
211
.
mkvdk
Need help?
Do you have a question about the COLDFUSION 5-ADVANCED ADMINISTRATION and is the answer not in the manual?