Modifying Hidden EPiServer CMS Source Parameters
Consider adding and setting values of hidden parameters only when they apply to one or more of your EPiServer CMS sources.
-
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).
Hidden EPiServer CMS source parameters
-
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.
-
Refer to Adding an Explicit Connector Parameter to add a hidden source parameter.
-
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:
-
Select Index > Sources and Collections.
-
Under Collections, select the collection in which you want to add the source.
-
Under Sources, click Add.
-
In the Add Source page, edit the newly added advanced parameter value.
-
-
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:
-
Select Index > Sources and Collections.
-
Under Collections, select the collection containing the source you want to modify.
-
Under Sources, click the existing source in which you want to modify the newly added advanced parameter.
-
In the Source: ... General page, edit the newly added advanced parameter value, and then click Apply Changes.
-