lucene::search::RangeQuery Class Reference
Constructs a query selecting all terms greater than lowerTerm but less than upperTerm.
More...
#include <RangeQuery.h>
List of all members.
Detailed Description
Constructs a query selecting all terms greater than lowerTerm but less than upperTerm.
There must be at least one term and either term may be null, in which case there is no bound on that side, but if there are two terms, both terms must be for the same field.
Constructor & Destructor Documentation
| lucene::search::RangeQuery::RangeQuery |
( |
const RangeQuery & |
clone |
) |
[protected] |
| lucene::search::RangeQuery::~RangeQuery |
( |
|
) |
|
Member Function Documentation
| Query* lucene::search::RangeQuery::clone |
( |
|
) |
const [virtual] |
| Query* lucene::search::RangeQuery::combine |
( |
Query ** |
queries |
) |
|
| bool lucene::search::RangeQuery::equals |
( |
Query * |
other |
) |
const |
| static const TCHAR* lucene::search::RangeQuery::getClassName |
( |
|
) |
[static] |
| const TCHAR* lucene::search::RangeQuery::getField |
( |
|
) |
const |
| lucene:: index ::Term* lucene::search::RangeQuery::getLowerTerm |
( |
bool |
pointer = true |
) |
const |
| const TCHAR* lucene::search::RangeQuery::getQueryName |
( |
|
) |
const [virtual] |
| lucene:: index ::Term* lucene::search::RangeQuery::getUpperTerm |
( |
bool |
pointer = true |
) |
const |
| size_t lucene::search::RangeQuery::hashCode |
( |
|
) |
const [virtual] |
| bool lucene::search::RangeQuery::isInclusive |
( |
|
) |
const |
| TCHAR* lucene::search::RangeQuery::toString |
( |
const TCHAR * |
field |
) |
const [virtual] |
Prints a query to a string, with field as the default field for terms.
The representation used is one that is readable by QueryParser (although, if the query was created by the parser, the printed representation may not be exactly what was parsed).
Implements lucene::search::Query.
The documentation for this class was generated from the following file: