Method FinishTerm
FinishTerm(BytesRef, TermStats)
Finishes the current term; numDocs must be > 0.
stats.TotalTermFreq
will be -1 when term
frequencies are omitted for the field.
Declaration
public abstract void FinishTerm(BytesRef text, TermStats stats)
Parameters
Type | Name | Description |
---|---|---|
BytesRef | text | |
TermStats | stats |