Using The Rcvdk Utility - MACROMEDIA COLFUSION MX 7 - CONFIGURING AND ADMINISTERING COLDFUSION MX Manual

Hide thumbs Also See for COLFUSION MX 7 - CONFIGURING AND ADMINISTERING COLDFUSION MX:
Table of Contents

Advertisement

The rck2 command options
The following table describes rck2 command options:
rck2 command
p <sortspec>
m <maxdocs>
c <collections>
f <fields>
s <query text>
g <collection>
d <k2dockey>
v <k2dockey>
r <docstart>
b <docstart>
i
x <score
precision>
h or ?

Using the rcvdk utility

Using the Verity rcvdk utility, you can check the contents of a collection from the command line.
The rcvdk utility lets you write a variety of queries, using words and phrases separated by commas
and Verity query language. A viewing option lets you see document contents and highlights in a
simple text display.
Starting rcvdk
To start the rcvdk utility on most systems, type the path and executable name at a command
prompt. The following examples assume you have set your PATH variable, so you just have to
enter
at a command prompt to run it.
rcvdk
For example:
c:\cfusionmx7\verity\k2\_nti40\bin\rcvdk /common =
c:\cfusionmx7\verity\k2\common
154
Chapter 10: Using Verity Utilities
Description
The sort specification for the search results. By default, results are sorted by
Score. Multiple fields must be specified in a space-separated list using asc or
desc to indicate ascending or descending order. For example:
title asc
The maximum number of documents to return in the results list.
The list of collections to search. Multiple collections must be specified in a
space-separated list. For example:
The list of fields to retrieve. For example:
The query (or question) to be used to process the search. The query can be
expressed as words and phrases separated by commas. Additionally, the
query can include Verity query language, operators and modifiers.
Display collection information.
Display fields for the K2 document key specified.
Stream the document and display it with highlights.
Display results starting with the first result in the results list. Fields specified
using the f command are displayed. Docstart indicates the first result to be
displayed. For example,
in the results list.
Display results based on the last field selection.
Display information about K2 Server, including nodes and collections.
Set score precision to 8- or 16-bit. By default, 16-bit precision is used.
Display online Help for the rck2 command options.
c coll1 coll2 coll3
f k2dockey title date
displays results starting with the 10th document
r 10
p score desc

Advertisement

Table of Contents
loading

Table of Contents