The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Plucene::Index::SegmentTermPositions - Segment term positions

SYNOPSIS

        # isa Plucene::Index::SegmentTermDocs

        $seg_term_poss->skipping_doc;

        my $next = $seg_term_poss->next_position;

DESCRIPTION

This is the segment term positions class.

METHODS

new

        my $seg_term_poss = Plucene::Index::SegmentTermPositions
                ->new(Plucene::Index::SegmentReader $seg_reader);

prox_stream / prox_counbt

Get / set these attributes.

next_position

        my $next = $seg_term_poss->next_position;

skipping_doc

        $seg_term_poss->skipping_doc;

read

This should not be called