Method BufferSkip
BufferSkip(Int32)
Writes the current skip data to the buffers. The current document frequency determines the max level is skip data is to be written to.
Declaration
public virtual void BufferSkip(int df)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | df | The current document frequency. |