| |||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://www.fatwire.com/schema/rest/1.0}indexFieldDescriptor (restriction)
This element describes a field to be indexed by the search engine.
Nested Element Summary | |
xs:int | boost Set the boost factor for searches, to prioritize some fields over others |
xs:string | name The name of the field |
xs:boolean | stored Set to 'true' to store the field data in the index, only in this case it could be retrieved in the result set |
xs:boolean | tokenized Set to 'true' to split the field data to a list of tokens, or set to 'false' to leave the field intact to always perform exact searches |
indexFieldTypeEnum | type The type of the field |
<xs:complexType name="indexFieldDescriptor"><xs:sequence></xs:complexType><xs:element name="name" type="xs:string">
</xs:element><xs:element name="tokenized" type="xs:boolean">
</xs:element><xs:element name="stored" type="xs:boolean">
</xs:element><xs:element name="boost" type="xs:int"></xs:sequence>
</xs:element>
| |||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |