http://www.fatwire.com/schema/rest/1.0
element indexConfigBean

Documentation
        This bean represents a configuration for either a
        global index or an asset-type-based index.
      
Properties
This component is not nillable.

Model
<indexConfigBean>
(name, uniqueIdField, defaultSearchField, searchEngine, sortableFields*, indexAllFields, fieldDescriptors*, properties*, statusObjects* )
</indexConfigBean>


Nested Element Summary
xs:stringdefaultSearchField
          The name of the field used by default in searches (in case no field is specified). 
indexFieldDescriptorfieldDescriptors
          The list of fields to be indexed. 
xs:booleanindexAllFields
          Set to true to index all fields in an asset type; beware that in this case field data is not stored in the index. 
xs:stringname
          The name of this index. 
indexPropertyproperties
          The list of additional properties for this index configuration. 
xs:stringsearchEngine
          The name of the search engine used. 
xs:stringsortableFields
          The list of fields which may be used to sort the result set. 
indexStatusstatusObjects
          The list of index status objects. 
xs:stringuniqueIdField
          The name of the unique field used in searches (typically set to "id" for all known asset types). 
Source
<xs:element name="indexConfigBean">
<xs:complexType>
<xs:sequence>
<xs:element name="name" type="xs:string">
</xs:element>
<xs:element name="uniqueIdField" type="xs:string">
</xs:element>
<xs:element name="defaultSearchField" type="xs:string">
</xs:element>
<xs:element name="searchEngine" type="xs:string">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="sortableFields" type="xs:string">
</xs:element>
<xs:element name="indexAllFields" type="xs:boolean">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="fieldDescriptors" type="indexFieldDescriptor">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="properties" type="indexProperty">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="statusObjects" type="indexStatus">
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>


Copyright \xA9 2013, Oracle and/or its affiliates. All Rights Reserved.