Class SumTotalTermFreqValueSource
SumTotalTermFreqValueSource returns the number of tokens. (sum of term freqs across all documents, across all terms). Returns -1 if frequencies were omitted for the field, or if the codec doesn't support this statistic. @lucene.internal
Inherited Members
Assembly: DistributedLucene.Net.Queries.dll
Syntax
public class SumTotalTermFreqValueSource : ValueSource
Constructors
Name | Description |
---|---|
SumTotalTermFreqValueSource(String) |
Fields
Name | Description |
---|---|
m_indexedField |
Properties
Name | Description |
---|---|
Name |
Methods
Name | Description |
---|---|
CreateWeight(IDictionary, IndexSearcher) | |
Equals(Object) | |
GetDescription() | |
GetHashCode() | |
GetValues(IDictionary, AtomicReaderContext) |