Product DocsMenu

Coveo Platform 7.0 >
Administrator Help > Connectors > EPiServer CMS Connector > Modifying Hidden Source Parameters

Modifying Hidden EPiServer CMS Source Parameters

The Add Source and Source: ... General pages of the Administration Tool present the parameters with which you can configure the connector for most setups. More advanced and more rarely used parameters are hidden. You can choose to make one or more of these parameters appear in the Add Source and Source: ... General pages of the Administration Tool so that you can change their default value.

Consider adding and setting values of hidden parameters only when they apply to one or more of your EPiServer CMS sources.

Hidden EPiServer CMS source parameters

ConfigFile (String)

This parameter is the full path to a custom EPiServer CMS configuration file (see Creating and Using an EPiServer CMS Configuration File).

MappingFile (String)

This parameter is the full path to a custom EPiServer CMS mapping file (see Creating and Using an EPiServer CMS Mapping File).

NumberOfRefreshThreads (Integer)

This parameter is the number of refresh threads used by the source. The default value is 2.

BatchSize (Integer)

This parameter is the number of items to fetch per request made to the EPiServer CMS server. The default value is 50. The minimum value is 1. A small value forces the connector to make small but frequent queries to the server. A larger value leads to larger and less frequent queries.

FileManagerConfigurationString (String)

This parameter specifies the EPiServer File Manager content to crawl. The string is made up of the starting addresses to crawl separated by a semicolon character. Each starting address is composed of the values for the virtual path provider Name and VirtualPath attributes (see Configuring the EPiServer CMS Source to Crawl the File Manager).

ShortCutTypesToIgnore (String)

This parameter determines one or more types of content that the connector ignores to prevent indexing content more than once. The possible values are:

  • 0 is a normal page.

  • 1 is a shortcut to another page.

  • 2 is an external link.

  • 3 is only text instead of the page.

  • 4 is a fetched data from another page.

The string is composed of one or more values separated by a semicolon character. The default value is 1;2;3.

WebServiceUrl (String)

This is the full URL to point to the Coveo Web service deployed on the EPiServer CMS installation. The default value is [StartingAddress]/WebServices/CoveoService.asmx (see Configuring the Coveo Web Service on an EPiServer CMS Server).

IgnoreDeletedPages (boolean)

Whether to ignore pages that were deleted (Recycle Bin). The default value is False. This parameter is available with CES 7.0.4887+

To modify hidden source parameters

Note: Use the following procedure only when you want to modify one or more of the above hidden source parameters.

  1. Refer to Adding an Explicit Connector Parameter to add a hidden source parameter.

  2. For a new EPiServer CMS source, access the Add Source page of the Administration Tool to modify the value of the newly added advanced parameter:

    1. Select Index > Sources and Collections.

    2. Under Collections, select the collection in which you want to add the source.

    3. Under Sources, click Add.

    4. In the Add Source page, edit the newly added advanced parameter value.

  3. For an existing EPiServer CMS source, access the Source: ... General page of the Administration Tool to modify the value of the newly added advanced parameter:

    1. Select Index > Sources and Collections.

    2. Under Collections, select the collection containing the source you want to modify.

    3. Under Sources, click the existing source in which you want to modify the newly added advanced parameter.

    4. In the Source: ... General page, edit the newly added advanced parameter value, and then click Apply Changes.

People who viewed this topic also viewed