Method StartTerm
StartTerm(BytesRef, Int32)
Adds a term
and its term frequency freq
.
If this field has positions and/or offsets enabled, then
AddPosition(Int32, Int32, Int32, BytesRef) will be called
freq
times respectively.
Declaration
public abstract void StartTerm(BytesRef term, int freq)
Parameters
Type | Name | Description |
---|---|---|
BytesRef | term | |
System.Int32 | freq |