Documentation Index
Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt
Use this file to discover all available pages before exploring further.
The Table Row tag specifies how rows of the results table should be formatted. The tag must be nested within a Table Body tag.
Usage
Place the Row tag inside the body of a Table Body tag. It contains nested Cell tags, one for every table column.
<table:result-list response="response">
...
<table:body>
<table:row>
<table:cell name="full_name" query="query"></table:cell>
<table:cell name="address"></table:cell>
<table:cell name="dob" date-format="dd/MM/yyyy"></table:cell>
</table:row>
</table:body>
</table:result-list>