Baloo::PostingIterator
Baloo::PostingIterator Class Referenceabstract
#include <postingiterator.h>
Public Member Functions | |
virtual quint64 | docId () const =0 |
virtual quint64 | next ()=0 |
virtual quint64 | skipTo (quint64 docId) |
Detailed Description
A PostingIterator is an abstract base class which can be used to iterate over all the "postings" or "documents" which are particular term appears.
All PostingIterators should iterate over a list of non-decreasing document ids.
Definition at line 21 of file postingiterator.h.
Constructor & Destructor Documentation
◆ ~PostingIterator()
|
virtual |
Definition at line 11 of file postingiterator.cpp.
Member Function Documentation
◆ skipTo()
|
virtual |
Definition at line 15 of file postingiterator.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:18:13 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:18:13 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.