The main configuration file for the Sitemap Generator is located in ToolsAndFrameworks\<version>\sitemap_generator\conf\conf.xml.

This configuration file contains the following elements:

Element

Description

TEMPLATE_FILE

Specifies the template configuration file. The template configuration file customizes the formatting of each of the links generated. The location of this file can either be set using an absolute path, or a relative path from the main configuration file.

INDEX_FILE

Specifies the name of the index file that the Sitemap Generator creates. This setting is also used to determine the relative path and extension for other output files. The location of this file can either be set using an absolute path, or a relative path from the main configuration file.

MDEX_ENGINES

Specifies the MDEX Engine or Engines to query when generating a sitemap. Oracle recommends that you use a dedicated staging index for generating sitemaps to minimize impact on production query performance.

QUERY_FIELD_LIST

(Optional) Specifies dimension and property names available for tag replacement in the template configuration files. This list should include all dimensions and/or properties used in the NAVIGATION_PAGE_SPEC_LIST and in the configuration file for the Assembler seoUrlFormatter.

If no fields are specified, only properties and dimensions configured in Developer Studio for display with the results list are available for tag replacement. If values are specified, they override the Developer Studio configuration.

SEARCH_TERMS_FILE

(Optional) Specifies the search terms configuration file to use for building search term pages and links. The location of this file can be set by using either an absolute or relative path.

STATIC_PAGES_FILE

(Optional) Specifies the static pages configuration file to use for building static page links. The location of this file can be set by using either an absolute or relative path.

URL_FORMAT_FILE

(Optional) Specifies the URL formatting configuration file. The URL formatting configuration file customizes the text inserted each time the FORMATTED_URL tag is encountered in the template configuration file. The location of this file can be set by either using an absolute or relative path.

URLFORMATTER_COMPONENT

Specifies the top level component (or bean) in the URL formatting configuration file, which is used each time a FORMATTED_URL tag is encountered in the template configuration file.

URL_ENCODING

(Optional) Specifies the encoding used for formatting URLs. Defaults to UTF-8. You can override this setting for replacement tags in the URL templates by using a pipe | character followed by either XmlEscape or HtmlEscape, depending on the output format you wish to use for sitemap files.

URL_INCLUDE_AGGR_REC_PARAMS

(Optional) Specifies whether to include Nu, Au, and An aggregate record query parameters in URLs. Defaults to false.

LINKS_PER_FILE

Specifies the maximum number of links to include in a sitemap file before rolling to a new output file. Applies to all output files, including detail files, navigation files, search term files, and static pages files.

MAX_RECS

Specifies the maximum number of records to return for the bulk export query. This is useful for debugging and testing against large indices. ALL_RECS indicates that all records should be returned.

NAVIGATION_PAGE_SPEC_LIST

Specifies combinations of dimensions with which to create navigation page links.


Copyright © Legal Notices