Initializes a new instance of the SegmentReader..::..Norm class
Namespace: Lucene.Net.IndexAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public Norm( SegmentReader enclosingInstance, IndexInput in_Renamed, int number, long normSeek ) |
Visual Basic |
---|
Public Sub New ( _ enclosingInstance As SegmentReader, _ in_Renamed As IndexInput, _ number As Integer, _ normSeek As Long _ ) |
Visual C++ |
---|
public: Norm( SegmentReader^ enclosingInstance, IndexInput^ in_Renamed, int number, long long normSeek ) |
Parameters
- enclosingInstance
- Type: Lucene.Net.Index..::..SegmentReader
[Missing <param name="enclosingInstance"/> documentation for "M:Lucene.Net.Index.SegmentReader.Norm.#ctor(Lucene.Net.Index.SegmentReader,Lucene.Net.Store.IndexInput,System.Int32,System.Int64)"]
- in_Renamed
- Type: Lucene.Net.Store..::..IndexInput
[Missing <param name="in_Renamed"/> documentation for "M:Lucene.Net.Index.SegmentReader.Norm.#ctor(Lucene.Net.Index.SegmentReader,Lucene.Net.Store.IndexInput,System.Int32,System.Int64)"]
- number
- Type: System..::..Int32
[Missing <param name="number"/> documentation for "M:Lucene.Net.Index.SegmentReader.Norm.#ctor(Lucene.Net.Index.SegmentReader,Lucene.Net.Store.IndexInput,System.Int32,System.Int64)"]
- normSeek
- Type: System..::..Int64
[Missing <param name="normSeek"/> documentation for "M:Lucene.Net.Index.SegmentReader.Norm.#ctor(Lucene.Net.Index.SegmentReader,Lucene.Net.Store.IndexInput,System.Int32,System.Int64)"]