Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
7 #ifndef TERMRANGEQUERY_H
8 #define TERMRANGEQUERY_H
42 TermRangeQuery(
const String& fieldName, StringValue lowerTerm, StringValue upperTerm,
bool includeLower,
50 StringValue lowerTerm;
64 String getLowerTerm();
67 String getUpperTerm();
79 virtual String toString(
const String& field);
80 virtual int32_t hashCode();
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
boost::shared_ptr< LuceneObject > LuceneObjectPtr
Definition: LuceneTypes.h:539
boost::shared_ptr< Collator > CollatorPtr
Definition: LuceneTypes.h:525
Definition: AbstractAllTermDocs.h:12
boost::shared_ptr< IndexReader > IndexReaderPtr
Definition: LuceneTypes.h:157
bool includeUpper
Definition: TermRangeQuery.h:55
bool includeLower
Definition: TermRangeQuery.h:54
String field
Definition: TermRangeQuery.h:53
A Query that matches documents within an range of terms.
Definition: TermRangeQuery.h:21
StringValue upperTerm
Definition: TermRangeQuery.h:51
An abstract Query that matches documents containing a subset of terms provided by a {} enumeration.
Definition: MultiTermQuery.h:31
CollatorPtr collator
Definition: TermRangeQuery.h:52
virtual String toString()
Prints a query to a string.
boost::shared_ptr< FilteredTermEnum > FilteredTermEnumPtr
Definition: LuceneTypes.h:365
clucene.sourceforge.net