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