Apache Lucene.Net 2.4.0 Class Library API

CharArraySet.Add Method

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.

Overload List

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[]);

 

public virtual bool Add(object);

Inherited from Hashtable.

public virtual void Add(object,object);

Add this String into the set

public virtual bool Add(string);

See Also

CharArraySet Class | Lucene.Net.Analysis Namespace