21 #ifndef XAPIAN_INCLUDED_HONEY_VALUELIST_H
22 #define XAPIAN_INCLUDED_HONEY_VALUELIST_H
Database using honey backend.
Honey class for value streams.
std::string get_value() const
Return the value at the current position.
Honey::ValueChunkReader reader
Xapian::valueno get_valueno() const
Return the value slot for the current position/this iterator.
HoneyValueList(Xapian::valueno slot_, const HoneyDatabase *db_)
void skip_to(Xapian::docid)
Skip forward to the specified docid.
HoneyValueList(const HoneyValueList &)
Don't allow copying.
Xapian::Internal::intrusive_ptr< const HoneyDatabase > db
bool at_end() const
Return true if the current position is past the last entry in this list.
void next()
Advance the current position to the next document in the value stream.
Xapian::docid get_docid() const
Return the docid at the current position.
std::string get_description() const
Return a string description of this object.
void operator=(const HoneyValueList &)
Don't allow assignment.
bool update_reader()
Update reader to use the chunk currently pointed to by cursor.
Abstract base class for value streams.
unsigned valueno
The number for a value slot in a document.
unsigned XAPIAN_DOCID_BASE_TYPE docid
A unique identifier for a document.
Abstract base class for value streams.