| LuceneIndexStatistics Constructor  | 
            Initializes statistics for a Lucene index.
            
 
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 11.0.0
Syntaxpublic LuceneIndexStatistics(
	SearchIndexInfo searchIndex
)
Parameters
- searchIndex
 - Type: CMS.SearchSearchIndexInfo
Lucene index to initialize statistics for. 
See Also