Method WriteSkip
WriteSkip(IndexOutput)
Writes the buffered skip lists to the given output.
Declaration
public virtual long WriteSkip(IndexOutput output)
Parameters
Type | Name | Description |
---|---|---|
IndexOutput | output | The IndexOutput the skip lists shall be written to. |
Returns
Type | Description |
---|---|
System.Int64 | The pointer the skip list starts. |