36 virtual bool contains(
const String& text);
39 virtual bool contains(
const wchar_t* text, int32_t offset, int32_t length);
42 virtual bool add(
const String& text);
45 virtual bool add(CharArray text);
47 virtual int32_t size();
48 virtual bool isEmpty();
Base class for all Lucene classes.
Definition: LuceneObject.h:31
A simple class that stores Strings as char[]'s in a hash table. Note that this is not a general purpo...
Definition: CharArraySet.h:17
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
Definition: AbstractAllTermDocs.h:12
bool ignoreCase
Definition: CharArraySet.h:33