Initializes a new instance of the SegmentInfo class
Namespace: Lucene.Net.IndexAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public SegmentInfo( string name, int docCount, Directory dir ) |
Visual Basic |
---|
Public Sub New ( _ name As String, _ docCount As Integer, _ dir As Directory _ ) |
Visual C++ |
---|
public: SegmentInfo( String^ name, int docCount, Directory^ dir ) |
Parameters
- name
- Type: System..::..String
[Missing <param name="name"/> documentation for "M:Lucene.Net.Index.SegmentInfo.#ctor(System.String,System.Int32,Lucene.Net.Store.Directory)"]
- docCount
- Type: System..::..Int32
[Missing <param name="docCount"/> documentation for "M:Lucene.Net.Index.SegmentInfo.#ctor(System.String,System.Int32,Lucene.Net.Store.Directory)"]
- dir
- Type: Lucene.Net.Store..::..Directory
[Missing <param name="dir"/> documentation for "M:Lucene.Net.Index.SegmentInfo.#ctor(System.String,System.Int32,Lucene.Net.Store.Directory)"]