http://www.endeca.com/MDEX/conversation/1/0
The SearchFilter Complex Type
A SearchFilter type that parallels the structure of a MAX Search element. Key is the search interface to use and the text contents of the element is the search term(s).
Complex Type SearchFilter
The SearchFilter type does not allow mixed content. There is no restriction on type derivation. 
SearchFilter is derived from string type. There are several restrictions on the value. The schema processor preserves value's whitespace. The length of the value is greater than or equals to 1.
 CollapseClick here to hide comment XML Instance
<... EnableSnippeting="boolean" Key="cs_v1_0:NonEmptyString"Click here to hide Comment This attribute is required. Mode="cs_v1_0:SearchMode" RelevanceRankingStrategy="cs_v1_0:NonEmptyString" SnippetLength="unsignedLong">cs_v1_0:NonEmptyString</...>

 Collapse Attributes

Name Type Summary
EnableSnippeting boolean
This attribute is optional. Its form is unqualified.
Show details. Click here to see detail
 
Key NonEmptyString
This attribute is required. Its form is unqualified.
Show details. Click here to see detail
 
Mode SearchMode
This attribute is optional. Its form is unqualified.
Show details. Click here to see detail
 
RelevanceRankingStrategy NonEmptyString
This attribute is optional. Its form is unqualified.
Show details. Click here to see detail
 
SnippetLength unsignedLong
This attribute is optional. Its form is unqualified.
Show details. Click here to see detail
 

 Collapse XML
-<complexType  name="SearchFilter">
-<annotation>
<documentation> A SearchFilter type that parallels the structure of a MAX Search element. Key is the search interface to use and the text contents of the element is the search term(s). </documentation>
</annotation>
-<simpleContent>
-<extension  base="cs_v1_0:NonEmptyString">
<attribute  name="Key"  type="cs_v1_0:NonEmptyString"  use="required" />
<attribute  name="RelevanceRankingStrategy"  type="cs_v1_0:NonEmptyString" />
<attribute  name="Mode"  type="cs_v1_0:SearchMode" />
<attribute  name="EnableSnippeting"  type="boolean" />
<attribute  name="SnippetLength"  type="unsignedLong" />
</extension>
</simpleContent>
</complexType>

 Collapse Uses
 
 Collapse Used-By
Generated by WSDLdoc ©