Returns length of 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 GetBinaryLength()
Visual Basic
Function GetBinaryLength As Integer
Visual C++
int GetBinaryLength()

Return Value

length of byte[] segment that represents this Field value

See Also