Not implemented.

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

Syntax

C#
public virtual byte[] GetPayload(
	byte[] data,
	int offset
)
Visual Basic
Public Overridable Function GetPayload ( _
	data As Byte(), _
	offset As Integer _
) As Byte()
Visual C++
public:
virtual array<unsigned char>^ GetPayload(
	array<unsigned char>^ data, 
	int offset
)

Parameters

data
Type: array<System..::..Byte>[]()[][]

[Missing <param name="data"/> documentation for "M:Lucene.Net.Index.MultipleTermPositions.GetPayload(System.Byte[],System.Int32)"]

offset
Type: System..::..Int32

[Missing <param name="offset"/> documentation for "M:Lucene.Net.Index.MultipleTermPositions.GetPayload(System.Byte[],System.Int32)"]

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Index.MultipleTermPositions.GetPayload(System.Byte[],System.Int32)"]

Implements

TermPositions..::..GetPayload(array<Byte>[]()[][], Int32)

See Also