Index Content

Preference Index the document for content searching.
Description When set to Index, Open Client indexes the document for content searching.
How to set In the <installation_directory> /Preferences/SitePreferences.xml file, edit the IndexContent value.
Applies to Open Client
Possible values Use Library Default, Index, Do not Index.
API No
Exportable No

The default value for the Index Content would be the same as library settings. Applies to CS library only.

To change the default value of Index Content:

  1. Open the SitePreferences.xml file, located under the Preferences sub directory of the Open Client installation directory, in a text or XML editor.
  2. Locate the following XML section and replace the value (appears in bold below) of IndexContent.
<category name="AddCheckinWizard" label="Add / Check-In Wizard Settings" description="Add / Check-In Wizard Settings" visible="true">
   <setting name="IndexContent" label="Index Content" description="Index Content">
   	<value default="Use Library Default" type="string">Use Library Default</value> 
   	<uiType>DropDownList</uiType> 
   	<options>
   		<option label="Use Library Default">Use Library Default</option> 
   		<option label="Index">Yes</option> 
   		<option label="Do not index">No</option> 
   	</options>
   	<visible>true</visible> 
   </setting>
</category>