Apache Lucene.Net 2.4.0 Class Library API

CharArraySet Constructor

Create set with enough capacity to hold startSize terms

Overload List

Create set from a Collection of char[] or String

public CharArraySet(ICollection,bool);

Create set with enough capacity to hold startSize terms

public CharArraySet(int,bool);

See Also

CharArraySet Class | Lucene.Net.Analysis Namespace