Creates one of these objects
Namespace: Lucene.Net.SearchAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public StringIndex( int[] values, string[] lookup ) |
Visual Basic |
---|
Public Sub New ( _ values As Integer(), _ lookup As String() _ ) |
Visual C++ |
---|
public: StringIndex( array<int>^ values, array<String^>^ lookup ) |
Parameters
- values
- Type: array<System..::..Int32>[]()[][]
[Missing <param name="values"/> documentation for "M:Lucene.Net.Search.StringIndex.#ctor(System.Int32[],System.String[])"]
- lookup
- Type: array<System..::..String>[]()[][]
[Missing <param name="lookup"/> documentation for "M:Lucene.Net.Search.StringIndex.#ctor(System.Int32[],System.String[])"]