Method StartField
StartField(FieldInfo, Int32, Boolean, Boolean, Boolean)
Called before writing the terms of the field.
StartTerm(BytesRef, Int32) will be called numTerms
times.
Declaration
public abstract void StartField(FieldInfo info, int numTerms, bool positions, bool offsets, bool payloads)
Parameters
Type | Name | Description |
---|---|---|
FieldInfo | info | |
System.Int32 | numTerms | |
System.Boolean | positions | |
System.Boolean | offsets | |
System.Boolean | payloads |