|
xapian-core
1.4.29
|
Inheritance diagram for TestRangeProcessor:
Collaboration diagram for TestRangeProcessor:Public Member Functions | |
| TestRangeProcessor (bool &destroyed_) | |
| Xapian::Query | operator() (const std::string &, const std::string &) override |
| Check for a valid range of this type. More... | |
Public Member Functions inherited from Xapian::RangeProcessor | |
| RangeProcessor () | |
| Default constructor. More... | |
| RangeProcessor (Xapian::valueno slot_, const std::string &str_=std::string(), unsigned flags_=0) | |
| Constructor. More... | |
| virtual | ~RangeProcessor () |
| Destructor. More... | |
| Xapian::Query | check_range (const std::string &b, const std::string &e) |
| Check prefix/suffix on range. More... | |
| RangeProcessor * | release () |
| Start reference counting this object. More... | |
| const RangeProcessor * | release () const |
| Start reference counting this object. More... | |
Public Member Functions inherited from Xapian::Internal::opt_intrusive_base | |
| opt_intrusive_base (const opt_intrusive_base &) | |
| opt_intrusive_base & | operator= (const opt_intrusive_base &) |
| opt_intrusive_base () | |
| Construct object which is initially not reference counted. More... | |
| virtual | ~opt_intrusive_base () |
| void | ref () const |
| void | unref () const |
Private Attributes | |
| DestroyedFlag | destroyed |
Additional Inherited Members | |
Public Attributes inherited from Xapian::Internal::opt_intrusive_base | |
| unsigned | _refs |
| Reference count. More... | |
Protected Member Functions inherited from Xapian::Internal::opt_intrusive_base | |
| void | release () const |
| Start reference counting. More... | |
Protected Attributes inherited from Xapian::RangeProcessor | |
| Xapian::valueno | slot |
| The value slot to process. More... | |
| std::string | str |
| The prefix (or suffix with RP_SUFFIX) string to look for. More... | |
| unsigned | flags |
| Flags. More... | |
Definition at line 267 of file api_none.cc.
|
inline |
Definition at line 271 of file api_none.cc.
|
inlineoverridevirtual |
Check for a valid range of this type.
Override this method to implement your own range handling.
| begin | The start of the range as specified in the query string by the user. |
| end | The end of the range as specified in the query string by the user (empty string for no upper limit). |
Reimplemented from Xapian::RangeProcessor.
Definition at line 274 of file api_none.cc.
References Xapian::Query::MatchAll.
|
private |
Definition at line 268 of file api_none.cc.