Apache Lucene.Net 2.4.0 Class Library API

CharArraySet.Add Method (Char[])

Add this char[] directly to the set. If ignoreCase is true for this Set, the text array will be directly modified. The user should never modify this text array after calling this method.

public virtual bool Add(
   char[] text
);

See Also

CharArraySet Class | Lucene.Net.Analysis Namespace | CharArraySet.Add Overload List