http://www.endeca.com/MDEX/conversation/1/0
The ValueSearchConfig Complex Type
Controls the behavior of a single value search. Searches all properties if RestrictToProperties is not specified, otherwise just searches values within the properties given. If MaxPerProperty is specified it limits the number of matches returned per property. Note that, if record search is used in the filter, that search cannot use Boolean match mode. There is no such restriction on the match mode for the value search.
Local elements (2)
SearchTerm RestrictToProperties
Complex Type ValueSearchConfig
The ValueSearchConfig type does not allow mixed content. There is no restriction on type derivation. 
 CollapseClick here to hide comment XML Instance
<... HandlerFunction="cs_v1_0:NonEmptyString"Click here to hide Comment This attribute is required. HandlerNamespace="cs_v1_0:NonEmptyString"Click here to hide Comment This attribute is required. Id="cs_v1_0:NonEmptyString"Click here to hide Comment This attribute is required. MaxPerProperty="unsignedLong" Mode="cs_v1_0:SearchMode" RelevanceRankingStrategy="cs_v1_0:NonEmptyString">
-Begin Sequence [1...1]
<SearchTerm>cs_v1_0:NonEmptyString</SearchTerm> [1..1]
End Sequence
</...>

 Collapse Attributes

Name Type Summary
HandlerFunction NonEmptyString
This attribute is required. Its form is unqualified.
Show details. Click here to see detail
 
HandlerNamespace NonEmptyString
This attribute is required. Its form is unqualified.
Show details. Click here to see detail
 
Id NonEmptyString
This attribute is required. Its form is unqualified.
Show details. Click here to see detail
 
MaxPerProperty unsignedLong
This attribute is optional. 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
 

 Collapse XML
-<complexType  name="ValueSearchConfig">
-<annotation>
-<documentation>
Controls the behavior of a single value search. Searches all properties if
<code>RestrictToProperties</code>
is not specified, otherwise just searches values within the properties given. If
<code>MaxPerProperty</code>
is specified it limits the number of matches returned per property. Note that, if record search is used in the filter, that search cannot use Boolean match mode. There is no such restriction on the match mode for the value search.
</documentation>
</annotation>
-<complexContent>
-<extension  base="cs_v1_0:ContentElementConfig">
-<sequence>
<element  name="SearchTerm"  type="cs_v1_0:NonEmptyString" />
<element  minOccurs="0"  name="RestrictToProperties"  type="cs_v1_0:PropertyRestrictionList" />
</sequence>
<attribute  name="MaxPerProperty"  type="unsignedLong"  use="optional" />
<attribute  name="RelevanceRankingStrategy"  type="cs_v1_0:NonEmptyString" />
<attribute  name="Mode"  type="cs_v1_0:SearchMode" />
</extension>
</complexContent>
</complexType>

 Collapse Uses
 Collapse Used-By
 
Generated by WSDLdoc ©