Constructor CharArrayMap
CharArrayMap(LuceneVersion, Int32, Boolean)
Create map with enough capacity to hold startSize
terms
Declaration
public CharArrayMap(LuceneVersion matchVersion, int startSize, bool ignoreCase)
Parameters
Type | Name | Description |
---|---|---|
LuceneVersion | matchVersion | lucene compatibility version - see CharArrayMap<TValue> for details. |
System.Int32 | startSize | the initial capacity |
System.Boolean | ignoreCase |
|
CharArrayMap(LuceneVersion, IDictionary<String, TValue>, Boolean)
Creates a map from the mappings in another map.
Declaration
public CharArrayMap(LuceneVersion matchVersion, IDictionary<string, TValue> c, bool ignoreCase)
Parameters
Type | Name | Description |
---|---|---|
LuceneVersion | matchVersion | compatibility match version see Version note above for details. |
System.Collections.Generic.IDictionary<System.String, TValue> | c | a map ( |
System.Boolean | ignoreCase |
|