
Plucene::Index::SegmentTermPositions - Segment term positions

# isa Plucene::Index::SegmentTermDocs
$seg_term_poss->skipping_doc;
my $next = $seg_term_poss->next_position;

This is the segment term positions class.

my $seg_term_poss = Plucene::Index::SegmentTermPositions
->new(Plucene::Index::SegmentReader $seg_reader);
Get / set these attributes.
my $next = $seg_term_poss->next_position;
$seg_term_poss->skipping_doc;
This should not be called