IIndexStatisticsProviderGetStatistics Method |
Gets statistics of an index.
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
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 Exception | Condition |
---|
ArgumentNullException | Thrown when indexInfo is null. |
See Also