Overridden by SegmentTermPositions to skip in prox stream.

Namespace: Lucene.Net.Index
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
protected internal virtual void SkipProx(
	long proxPointer,
	int payloadLength
)
Visual Basic
Protected Friend Overridable Sub SkipProx ( _
	proxPointer As Long, _
	payloadLength As Integer _
)
Visual C++
protected public:
virtual void SkipProx(
	long long proxPointer, 
	int payloadLength
)

Parameters

proxPointer
Type: System..::..Int64

[Missing <param name="proxPointer"/> documentation for "M:Lucene.Net.Index.SegmentTermDocs.SkipProx(System.Int64,System.Int32)"]

payloadLength
Type: System..::..Int32

[Missing <param name="payloadLength"/> documentation for "M:Lucene.Net.Index.SegmentTermDocs.SkipProx(System.Int64,System.Int32)"]

See Also