Method Finish
Finish(Int64, Int64, Int32)
Called when we are done adding terms to this field.
sumTotalTermFreq
will be -1 when term
frequencies are omitted for the field.
Declaration
public abstract void Finish(long sumTotalTermFreq, long sumDocFreq, int docCount)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | sumTotalTermFreq | |
System.Int64 | sumDocFreq | |
System.Int32 | docCount |