Class CollectionStatistics
Contains statistics for a collection (field)
@lucene.experimental
Inheritance
System.Object
CollectionStatistics
Assembly: DistributedLucene.Net.dll
Syntax
public class CollectionStatistics : object
Constructors
Name | Description |
---|---|
CollectionStatistics(String, Int64, Int64, Int64, Int64) | Sole constructor. |
Properties
Name | Description |
---|---|
DocCount | Returns the total number of documents that have at least one term for this field. |
Field | Returns the field name |
MaxDoc | Returns the total number of documents, regardless of whether they all contain values for this field. |
SumDocFreq | Returns the total number of postings for this field |
SumTotalTermFreq | Returns the total number of tokens for this field |