strus  0.17
Classes | Namespaces
postingIteratorInterface.hpp File Reference

Interface for an iterator on postings (pairs of (d,p) where d is the document number and p the position of a feature) More...

#include "strus/index.hpp"
#include <vector>

Go to the source code of this file.

Classes

class  strus::PostingIteratorInterface
 Structure that represents a set of feature occurrencies (postings) as iterator. More...
 

Namespaces

 strus
 strus toplevel namespace
 

Detailed Description

Interface for an iterator on postings (pairs of (d,p) where d is the document number and p the position of a feature)