Clones the norm bytes. May be overridden by subclasses. New and experimental.

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

Syntax

C#
protected internal virtual byte[] CloneNormBytes(
	byte[] bytes
)
Visual Basic
Protected Friend Overridable Function CloneNormBytes ( _
	bytes As Byte() _
) As Byte()
Visual C++
protected public:
virtual array<unsigned char>^ CloneNormBytes(
	array<unsigned char>^ bytes
)

Parameters

bytes
Type: array<System..::..Byte>[]()[][]
Byte array to clone

Return Value

New BitVector

See Also