Read norms into a pre-allocated array.
Namespace: Lucene.Net.IndexAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public override void Norms( string field, byte[] bytes, int offset ) |
Visual Basic |
---|
Public Overrides Sub Norms ( _ field As String, _ bytes As Byte(), _ offset As Integer _ ) |
Visual C++ |
---|
public: virtual void Norms( String^ field, array<unsigned char>^ bytes, int offset ) override |
Parameters
- field
- Type: System..::..String
[Missing <param name="field"/> documentation for "M:Lucene.Net.Index.SegmentReader.Norms(System.String,System.Byte[],System.Int32)"]
- bytes
- Type: array<System..::..Byte>[]()[][]
[Missing <param name="bytes"/> documentation for "M:Lucene.Net.Index.SegmentReader.Norms(System.String,System.Byte[],System.Int32)"]
- offset
- Type: System..::..Int32
[Missing <param name="offset"/> documentation for "M:Lucene.Net.Index.SegmentReader.Norms(System.String,System.Byte[],System.Int32)"]