Lucene++ - a full-featured, c++ search engine
API Documentation


Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12345678]
 CLucene::Array< TYPE >Utility template class to handle sharable arrays of simple data types
 CLucene::Array< uint8_t >
 CLucene::Array< wchar_t >
 CLucene::ArrayData< TYPE >
 CLucene::ConstantsSome useful Lucene constants
 CLucene::CycleCheckDebug utility to track shared_ptr utilization
 Cboost::enable_shared_from_this
 Cstd::exception
 CLucene::FieldableSynonymous with Field
 CLucene::FieldCacheMaintains caches of term values
 CLucene::CompoundFileReader::FileEntry
 CLucene::CompoundFileWriter::FileEntry
 CLucene::QueryParser::JJCalls
 CLucene::LuceneSignalUtility class to support signaling notifications
 CLucene::LuceneSyncBase class for all Lucene synchronised classes
 CLucene::LuceneVersionUse by certain classes to match version compatibility across releases of Lucene
 CLucene::MapOfSets< MAPKEY, MAPHASH, MAPEQUAL, SETVALUE, SETHASH, SETEQUAL >Helper class for keeping Lists of Objects associated with keys
 CLucene::MiscUtils
 CParentException
 CLucene::QueryParserCharStreamThis interface describes a character stream that maintains line and column number positions of the characters. It also has the capability to backup the stream to some extent. An implementation of this interface is used in the QueryParserTokenManager
 CLucene::QueryParserConstantsToken literal values and constants
 CLucene::ScorerVisitor
 CLucene::SearchableThe interface for search implementations
 CLucene::StringUtils
 CLucene::SynchronizeUtility class to support locking via a mutex
 CLucene::SyncLockUtility class to support scope locking
 CLucene::TermDocsTermDocs provides an interface for enumerating <document, frequency>; pairs for a term. The document portion names each document containing the term. Documents are indicated by number. The frequency portion gives the number of times the term occurred in each document. The pairs are ordered by document number
 CLucene::TermFreqVectorProvides access to stored term vector of a document field. The vector consists of the name of the field, an array of the terms that occur in the field of the Document and a parallel array of frequencies. Thus, getTermFrequencies()[5] corresponds with the frequency of getTerms()[5], assuming there are at least 5 terms in the Document
 CLucene::TestPointUsed for unit testing as a substitute for stack trace
 CLucene::TestScope
 CLucene::UnicodeUtil
 CLucene::VariantUtils

clucene.sourceforge.net