Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
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);
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
CharArraySet(Collection< String > entries, bool ignoreCase)
Create set from a collection of strings.
HashSet< String > entries
Definition: CharArraySet.h:29
Definition: AbstractAllTermDocs.h:12
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
Base class for all Lucene classes.
Definition: LuceneObject.h:31
virtual bool contains(const wchar_t *text, int32_t offset, int32_t length)
True if the length chars of text starting at offset are in the set.
bool ignoreCase
Definition: CharArraySet.h:33
virtual bool add(CharArray text)
Add this char[] into the set.
CharArraySet(bool ignoreCase)
virtual bool contains(const String &text)
HashSet< String >::iterator begin()
HashSet< String >::iterator end()
CharArraySet(HashSet< String > entries, bool ignoreCase)
Create set from a set of strings.
virtual bool add(const String &text)
Add this String into the set.
clucene.sourceforge.net