BlueCielo Web Parts 2012 Administrator's Guide | BlueCielo ECM Solutions

You are here: About enterprise search integration > About using the BlueCielo Federated Connector > Configuring the InnoCielo Federated Connector

Configuring the BlueCielo Federated Connector

The BlueCielo Web Service provides the BlueCielo Federated Connector that passes search queries to a BlueCielo vault and accepts and displays the results returned from that vault.

You configure the BlueCielo Federated Connector with the BlueCielo Web Service web.config file. The following table describes the parameters that the connector uses.

BlueCielo Federated Connector parameters
Parameter Description

EnableContentSearch

Indicates whether to perform content search. If content searching is cleared for a vault then the connector performs search in document properties (metadata) only.

SearchHtmPageSize

The number of document links shown when a user clicks the More Results hyperlink of the Federated Results Web Part.

SearchRssPageSize

The number of document links shown in the Federated Results Web Part.

SearchCacheMinutesTimeout

The number of minutes for which the user’s search results are cached by the connector.

To configure the BlueCielo Federated Connector:

  1. Locate and open the BlueCielo Web Service web.config file in any text editor. By default, it is located in the website folder.
  2. Locate the <setting name> element that you want to configure in the file.
  3. Type a valid value for the setting’s <value> element
  4. Save your changes and close the file.

Following is an example of the BlueCielo Federated Connector settings:

<setting name="EnableContentSearch" serializeAs="String">
<value>False</value>
</setting>
<setting name="SearchHtmPageSize" serializeAs="String">
<value>100</value>
</setting>
<setting name="SearchRssPageSize" serializeAs="String">
<value>10</value>
</setting>
<setting name="SearchCacheMinutesTimeout" serializeAs="String">
<value>20</value>
</setting>

Related concepts

About using the InnoCielo Federated Connector

Related tasks

Specifying the InnoCielo Web Service server

Importing the federated location definition file

Adding the Federated Search Web Part


Copyright © 2000-2012 BlueCielo ECM Solutions

www.bluecieloecm.com