|
|
|
BlueCielo Web Parts 2012 Administrator's Guide | BlueCielo ECM Solutions |
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.
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:
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
Copyright © 2000-2012 BlueCielo ECM Solutions |