7 #ifndef STANDARDANALYZER_H 8 #define STANDARDANALYZER_H 52 static const int32_t DEFAULT_MAX_TOKEN_LENGTH;
76 void setMaxTokenLength(int32_t length);
79 int32_t getMaxTokenLength();
boost::shared_ptr< Reader > ReaderPtr
Definition: LuceneTypes.h:547
int32_t maxTokenLength
Definition: StandardAnalyzer.h:63
bool enableStopPositionIncrements
Definition: StandardAnalyzer.h:59
bool replaceInvalidAcronym
Specifies whether deprecated acronyms should be replaced with HOST type.
Definition: StandardAnalyzer.h:58
An Analyzer builds TokenStreams, which analyze text. It thus represents a policy for extracting index...
Definition: Analyzer.h:19
LuceneVersion::Version matchVersion
Definition: StandardAnalyzer.h:61
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
Definition: AbstractAllTermDocs.h:12
boost::shared_ptr< TokenStream > TokenStreamPtr
Definition: LuceneTypes.h:63
Filters StandardTokenizer with StandardFilter, LowerCaseFilter and StopFilter, using a list of Englis...
Definition: StandardAnalyzer.h:23
HashSet< String > stopSet
Definition: StandardAnalyzer.h:55
Version
Definition: Constants.h:40