Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
7 #ifndef TERMRANGEFILTER_H
8 #define TERMRANGEFILTER_H
33 TermRangeFilter(
const String& fieldName, StringValue lowerTerm, StringValue upperTerm,
bool includeLower,
51 String getLowerTerm();
54 String getUpperTerm();
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
boost::shared_ptr< Collator > CollatorPtr
Definition: LuceneTypes.h:525
boost::shared_ptr< TermRangeFilter > TermRangeFilterPtr
Definition: LuceneTypes.h:464
Definition: AbstractAllTermDocs.h:12
A wrapper for MultiTermQuery, that exposes its functionality as a Filter.
Definition: MultiTermQueryWrapperFilter.h:22
A Filter that restricts search results to a range of term values in a given field.
Definition: TermRangeFilter.h:22
clucene.sourceforge.net