Plucene::Index::SegmentTermPositions - phpMan

Command: man perldoc info search(apropos)  


Sections
NAME SYNOPSIS DESCRIPTION METHODS
NAME
    Plucene::Index::SegmentTermPositions - Segment term positions

SYNOPSIS
            # isa Plucene::Index::SegmentTermDocs

            $seg_term_pos->skipping_doc;

            my $next = $seg_term_pos->next_position;

DESCRIPTION
    This is the segment term positions class.

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

  close
            $seg_term_pos->close;

  next_position
            my $next = $seg_term_pos->next_position;

  skipping_doc
            $seg_term_pos->skipping_doc;

  read
    This should not be called


Generated by phpMan Author: Che Dong On Apache Under GNU General Public License - MarkDown Format
2026-05-23 06:50 @216.73.217.24 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 TransitionalValid CSS!

^_back to top