Help > Web Development > Object Reference > Object Reference > ISYSSearchStatList
<a name="kanchor546"></a>ISYSSearchStatList Object
Contains list of search term information relating to the search.
ISYSSearchStatList Properties
CountIndicates the number of items in the list. Read-Only.
ItemAllows random access to individual items within the list.
Examples
[VBScript]
<% ' This sample demonstrates enumerating the token statistics in the result list displaying ' them in a table ' Execute a pre-configured search Set Results = ISYSSearch.Execute %>
See Also
ISYSResultList::Statistics
ISYSSearchStat