IIndexStatisticsProviderGetStatistics Method |
Gets statistics of an index.
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 12.0.0
Syntax IIndexStatistics GetStatistics(
SearchIndexInfo indexInfo
)
Parameters
- indexInfo
- Type: CMS.SearchSearchIndexInfo
Index to retrieve statistics for.
Return Value
Type:
IIndexStatisticsStatistics of given index, or null when statistics are not available.
Exceptions See Also