Returns offset into byte[] segment that is used as value, if Field is not binary returned value is undefined

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

Syntax

C#
int GetBinaryOffset()
Visual Basic
Function GetBinaryOffset As Integer
Visual C++
int GetBinaryOffset()

Return Value

index of the first character in byte[] segment that represents this Field value

See Also