Search::Xapian::PostingIterator
Iterate over the list of documents indexed by a term.
- Provided by: libsearch-xapian-perl (Version: 1.2.25.6-1)
- Report a bug
Iterate over the list of documents indexed by a term.
This iterator represents a stream of documents indexed by a term. It overloads "++" for advancing the iterator, or you can explicitly call the "inc" method. This class also overloads "eq", "ne", "==", "!=", and "" (stringification).
This information may be stored in the postlist, in which case this lookup should be extremely fast (indeed, not require further disk access). If the information is not present in the postlist, it will be retrieved from the database, at a greater performance cost.
Search::Xapian, Search::Xapian::Database