Class TotalTermFreqValueSource
TotalTermFreqValueSource returns the total term freq (sum of term freqs across all documents). 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 TotalTermFreqValueSource : ValueSource
Constructors
Name | Description |
---|---|
TotalTermFreqValueSource(String, String, String, BytesRef) |
Fields
Name | Description |
---|---|
m_field | |
m_indexedBytes | |
m_indexedField | |
m_val |
Properties
Name | Description |
---|---|
Name |
Methods
Name | Description |
---|---|
CreateWeight(IDictionary, IndexSearcher) | |
Equals(Object) | |
GetDescription() | |
GetHashCode() | |
GetValues(IDictionary, AtomicReaderContext) |