Click or drag to resize
LuceneIndexStatisticsProviderGetStatistics Method
Gets statistics of a Lucene index.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 11.0.0
Syntax
C#
public IIndexStatistics GetStatistics(
	SearchIndexInfo indexInfo
)

Parameters

indexInfo
Type: CMS.SearchSearchIndexInfo
Index to retrieve statistics for.

Return Value

Type: IIndexStatistics
Statistics of given index.

Implements

IIndexStatisticsProviderGetStatistics(SearchIndexInfo)
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when indexInfo is null.
See Also