Constructor CharArraySet
CharArraySet(LuceneVersion, Int32, Boolean)
Create set with enough capacity to hold startSize
terms
Declaration
public CharArraySet(LuceneVersion matchVersion, int startSize, bool ignoreCase)
Parameters
Type | Name | Description |
---|---|---|
LuceneVersion | matchVersion | compatibility match version see CharArraySet for details. |
System.Int32 | startSize | the initial capacity |
System.Boolean | ignoreCase |
|
CharArraySet(LuceneVersion, ICollection<String>, Boolean)
Creates a set from a collection of objects.
Declaration
public CharArraySet(LuceneVersion matchVersion, ICollection<string> c, bool ignoreCase)
Parameters
Type | Name | Description |
---|---|---|
LuceneVersion | matchVersion | compatibility match version see CharArraySet for details. |
System.Collections.Generic.ICollection<System.String> | c | a collection whose elements to be placed into the set |
System.Boolean | ignoreCase |
|