Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
45 virtual int32_t getPositionIncrementGap(
const String& fieldName);
An Analyzer builds TokenStreams, which analyze text. It thus represents a policy for extracting index...
Definition: Analyzer.h:19
CloseableThreadLocal< LuceneObject > tokenStreams
Definition: Analyzer.h:22
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
boost::shared_ptr< LuceneObject > LuceneObjectPtr
Definition: LuceneTypes.h:539
General purpose thread-local map.
Definition: CloseableThreadLocal.h:16
boost::shared_ptr< Reader > ReaderPtr
Definition: LuceneTypes.h:547
Definition: AbstractAllTermDocs.h:12
Base class for all Lucene classes.
Definition: LuceneObject.h:31
boost::shared_ptr< Fieldable > FieldablePtr
Definition: LuceneTypes.h:76
boost::shared_ptr< TokenStream > TokenStreamPtr
Definition: LuceneTypes.h:63
clucene.sourceforge.net