Click or drag to resize
LuceneIndexStatistics Class
Encapsulates statistics of a Lucene index.
Inheritance Hierarchy
SystemObject
  CMS.SearchLuceneIndexStatistics

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

The LuceneIndexStatistics type exposes the following members.

Constructors
  NameDescription
Public methodLuceneIndexStatistics
Initializes statistics for a Lucene index.
Top
Properties
  NameDescription
Public propertyDocumentCount
Gets the number of indexed documents.
Public propertySize
Gets the total size of Lucene index files.
Top
See Also