Simon Cozens > Plucene-1.19 > Plucene::Index::SegmentTermPositions

Download:
Plucene-1.19.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  12
Open  4
View Bugs
Report a bug
Source   Latest Release: Plucene-1.25

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