The RecordCountConfig type is used for counting the records in the state.
<RecordCountConfig Id="?"> <StateName>?</StateName> </RecordCountConfig>
| Element/Attribute | Meaning |
|---|---|
| Id | Required. An arbitrary identifier for this RecordCountConfig. |
| StateName | Specifies an existing named state in the
request, using these rules:
|
<Request xmlns="http://www.endeca.com/MDEX/conversation/3/0">
<State>
<TextSearchFilter Key="Flavors" Mode="AllPartial" Language="en">oak</TextSearchFilter>
</State>
<RecordCountConfig Id="NumRecs"/>
</Request>
Note that the StateName was not used because the state is not named.