A Dgraph element launches the Dgraph (MDEX Engine) software, which processes queries against the indexed Endeca records.
Every Application Controller component contains the following attributes:
|
Attribute |
Description |
|---|---|
|
component-id |
Required. The name of this instance of the component. |
|
host-id |
Required. The alias of the host upon which the component is running. |
|
properties |
An optional list of properties, consisting of a required name and an optional value. |
The Dgraph element contains the following sub-elements:
Example 21. Example
The following example provisions an SSL-enabled Dgraph component for use with the sample wine data:
<dgraph component-id="wine_dgraph" host-id="wine_indexer">
<args>
<arg>--spl</arg>
<arg>--dym</arg>
</args>
<port>8000</port>
<working-dir>
C:\Endeca\PlatformServices\reference\sample_wine_data
</working-dir>
<input-prefix>.\data\partition0\dgraph_input\wine</input-prefix>
<app-config-prefix>
.\data\partition0\dgraph_input\wine
</app-config-prefix>
<log-file>.\logs\wine_dgraph.log</log-file>
<req-log-file>.\logs\wine_dgraph_req_log.out</req-log-file>
<startup-timeout>120</startup-timeout>
<ssl-configuration>
<cert-file>
C:\Endeca\PlatformServices\workspace\etc\eneCert.pem
</cert-file>
<ca-file>
C:\Endeca\PlatformServices\workspace\etc\eneCA.pem
</ca-file>
<cipher>AES128-SHA</cipher>
</ssl-configuration>
</dgraph>
