Help > Web Development > Object Reference > Object Reference > ISYSSearchStat
<a name="kanchor543"></a>ISYSSearchStat Object
Contains details on each search term statistic.
ISYSSearchStat Properties
NameContains the name of the search term. Read-Only.
ValueContains the number of occurrences for the search term. Read-Only.
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
ISYSSearchStatList