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#
public virtual int GetBinaryLength()
Visual Basic
Public Overridable Function GetBinaryLength As Integer
Visual C++
public:
virtual int GetBinaryLength()

Return Value

length of byte[] segment that represents this Field value

Implements

Fieldable..::..GetBinaryLength()()()()

See Also