Click or drag to resize
LuceneIndexStatistics Constructor
Initializes statistics for a Lucene index.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 11.0.0
Syntax
C#
public LuceneIndexStatistics(
	SearchIndexInfo searchIndex
)

Parameters

searchIndex
Type: CMS.SearchSearchIndexInfo
Lucene index to initialize statistics for.
See Also