The records returned from the query are contained in the RecordList element.
A list of records is returned with every query result received from the Oracle Endeca Server. The list of records is represented as a RecordList complex type that is returned in a Results response by the Conversation Web Service. Each record is returned in a Record element.
<cs:ContentElement xsi:type="cs:RecordList" Id="RecordList" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <cs:NumRecords>61096</cs:NumRecords> <cs:TotalPages>6110</cs:TotalPages> <cs:RecordRange First="11" Last="20"/> <cs:RecordListEntry> <cs:Record> <ProductName type="mdex:string">Bike Wash - Dissolver</ProductName> <ProductSubcategoryName type="mdex:string">Cleaners</ProductSubcategoryName> <Description type="mdex:string">Washes off the toughest road grime; dissolves grease </Description> ... </cs:Record> <cs:ComputedProperties/> ... <cs:PaginationControl Label="First" Active="true"> <cs:Operator OwnerId="RecordList" Page="0" xsi:type="cs:PageOperator"/> </cs:PaginationControl> ... <cs:Column ColumnKey="ProductName" DisplayName="Product Name" SpecColumn="false"> <cs:SortControl Key="ProductName" Direction="Ascending" Active="false" xsi:type="cs:SortControl"> <cs:Operator OwnerId="RecordList" xsi:type="cs:SortOperator" Key="ProductName" Direction="Ascending"/> </cs:SortControl> <cs:SortControl Key="ProductName" Direction="Descending" Active="false" xsi:type="cs:SortControl"> <cs:Operator OwnerId="RecordList" xsi:type="cs:SortOperator" Key="ProductName" Direction="Descending"/> </cs:SortControl> </cs:Column> ... </cs:ContentElement>
The SpecColumn allows you to select a record for viewing its record details.