Class TermFreqValueSource
Function that returns Freq for the supplied term in every document.
If the term does not exist in the document, returns 0. If frequencies are omitted, returns 1.
Inherited Members
Assembly: DistributedLucene.Net.Queries.dll
Syntax
public class TermFreqValueSource : DocFreqValueSource
Constructors
Name | Description |
---|---|
TermFreqValueSource(String, String, String, BytesRef) |
Properties
Name | Description |
---|---|
Name |
Methods
Name | Description |
---|---|
GetValues(IDictionary, AtomicReaderContext) |