Returns offset into byte[] segment that is used as value, if Field is not binary
returned value is undefined
Namespace: Lucene.Net.DocumentsAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
| C# |
|---|
public virtual int GetBinaryOffset() |
| Visual Basic |
|---|
Public Overridable Function GetBinaryOffset As Integer |
| Visual C++ |
|---|
public:
virtual int GetBinaryOffset() |
Return Value
index of the first character in byte[] segment that represents this Field value
Implements
Fieldable..::..GetBinaryOffset()()()()
See Also