Each
<MDEX_ENGINES>
element in the main configuration
file can have one or more
<ENGINE>
elements.
The
<ENGINE>
element contains the following
children:
Element |
Description |
---|---|
|
Specifies the host of an MDEX Engine to be queried by the Sitemap Generator. |
|
Specifies the port of an MDEX Engine to be queried by the Sitemap Generator. |
|
Specifies the query string for the Sitemap Generator to use when submitting the bulk export query against the specified index. Typically, this is left as a root query (N=0) to retrieve all records from an index. However, this element can also be modified to specify a subset of records to retrieve from the index. All queries should be entered in unencoded format (e.g. N=8021). |
|
(Optional) If your Assembler application
uses aggregate record queries, this value specifies the record property on
which to aggregate record results in the MDEX Engine. Results returned from the
Engine are grouped according to this key. Alternately, you can omit this
parameter and specify the rollup key within the
|