The included table lists the different flag options that Forge takes.
The usage of Forge is as follows:
forge [-bcdinov] [--options]
<Pipeline-XML-File>
<Pipeline-XML-File> can be a relative path or
use the
file://[hostname]/
protocol.
Forge takes the following options:
Option |
Description |
---|---|
|
Specify the maximum number of records that the record caches should buffer. This may be set individually in the Maximum Records field of the Record Cache editor in Developer Studio. |
|
Forge has a set of XML entity definitions whose values can be
overridden at the command line, such as
The format is:
For example:
which would be specified on the command line with:
or included as a line in an
This allows you to assign pipeline values to Forge at the
command line. In the above example, you would specify
For a complete list of entities and their default values, see the ENTITY definitions in Endeca_Root/conf/dtd/common.dtd. |
|
Specify the directory containing DTDs (overrides the
|
|
Specify an
See the description of the
|
|
Specify the number of records to pull through the pipeline. This option is ignored by the record cache component. |
|
Specify an output file for messages. |
|
Set the global log level. See
If the
NoteOptions -v[a|q|s|t|v] have been deprecated.
|
|
Run as a client and connect to a Forge server in a Parallel Forge environment. |
|
Direct a Forge server to use
|
|
Specify the number of records that can be combined (through a
Combine join or a record cache with the
Combine Records setting enabled) before
issuing a warning that performance may be slow. The default is
|
|
Instruct Forge to compress the output to a level of
|
|
Specify the number of retries ( |
|
Deprecated. Encrypt a key pair so that only Forge can read it. |
|
Print full help if used with no options. Prints specific help with these options (option names and arguments are case sensitive):
|
|
Set the compression of the IndexerAdapter output Forge to a
level of
|
|
Instruct Forge to ignore any state files on startup. The state files are ignored only during the startup process. After start up, Forge creates state files during an update and overwrites the existing state files. |
|
Instruct Forge to copy index configuration files from the specified directory to its output directory. |
|
Instruct Forge to load input data from this
directory.
NoteIf the pipeline uses absolute paths, Forge ignores this flag.
|
|
Deprecated. Specify the encoding of non-XML input files. |
|
Prepend the given Java option to the Java command line used to start a Java virtual machine (JVM). |
|
Override the value of the Class path field on the General tab of the Record adapter, if one is specified. If the Record adapter has a Format setting with JDBC selected, then Class path indicates the JDBC driver. If the Record adapter has a
Format setting with
Java Adapter selected, then
Class path indicates the absolute path
to the custom record adapter’s
|
|
Specifies the location of the Java runtime engine (JRE). This option overrides the value of the Java home field on the General tab of a Record adapter, if one is specified. The
|
|
Instructs Forge to write logs to this directory, overriding any directories specified in the pipeline. |
|
Set the global log level and/or topic-specific log level. If this option is omitted, the value defaults to
For corresponding information, see the
Possible log levels are:
Possible topics for Forge are:
|
|
Do not generate new dimension value IDs (for incremental updates when batch processing is running). |
|
The number of Parallel Forge clients connecting. Required with
|
|
Specify the number of Dgidx instances available to Forge. This number corresponds to the number of Dgraphs, which in turn corresponds to the number of file sets Forge creates. This option overrides the value of the
|
|
Instruct Forge to save output data to this directory, overriding any directories specified in the pipeline. |
|
Override the value specified in Output prefix field of the Indexer Adapter or Update Adapter editors in your Developer Studio pipeline. |
|
Add
|
|
File in which to store process ID ( |
|
Print records as they are produced by each pipeline component. If number is specified, start printing after that number of records have been processed. |
|
Instructs Forge to remove from the AutoGen state any
dimensions that have been promoted as internal dimensions. When a pipeline
developer promotes a dimension that was automatically generated, the dimension
is copied into the
|
|
Specify the number of seconds ( |
|
Run as a server and listen on port specified Requires the
|
|
Deprecated. During a crawl, throttle the rate at which URLs are fetched by the spider, where:
Example:
This would make all URLs that match the wildcard
“ |
|
Specify the path of the eneCA.pem Certificate Authority file that the Forge server and Forge clients will use to authenticate each other. |
|
Specify the path of the
|
|
Specify one or more cryptographic algorithms, one of which Dgraph will use during the SSL negotiation. If you omit this setting, the Dgraph chooses a cryptographic algorithm from its internal list of algorithms. See the Oracle Commerce Guided Search Security Guide for more information.
NoteThis setting is ignored by the
|
|
Instruct Forge to persist data in this directory, overriding any directories specified in the pipeline. |
|
Instruct Forge to write temporary files in the specified
directory, overriding any directories specified by environment variables. The
|
|
Timing statistics ( |
|
Specify the number of seconds (from
|
|
Print out the current version information. |
|
Start the Forge Metrics Web service, which is off by default. It listens on the port specified. |