
Search::Xapian::PositionIterator - Iterate over sets of positions.

This iterator represents a stream of positions for a term. It overloads ++ for incrementing the iterator, or you can explicitly call the inc method. This class also overloads 'eq',ne, and "" (stringification)

Constructor. Defaults to a uninitialized iterator.
Increase the iterator by one. (Called implictly by '++' overloading )
Skip the iterator to term tname, or the first term after tname if tname isn't in the list of terms being iterated.
Returns the current position.
Returns a string describing this object. (for introspection)
Checks if a term is the same as this term. Also overloaded to the 'eq' operator.
Checks if a term is dfferent from this term. Also overloaded to the 'ne' operator.
Return the term position the iterator is currently on. also implemented as stringification.
