Plucene::Index::SegmentMergeInfo - phpMan

Command: man perldoc info search(apropos)  


Sections
NAME SYNOPSIS DESCRIPTION METHODS
NAME
    Plucene::Index::SegmentMergeInfo - Segment Merge information

SYNOPSIS
            my $seg_merge_info
                    = Plucene::Index::SegmentMergeInfo->new($b, $te, $r);

            $seg_merge_info->next;

DESCRIPTION
    This is the Plucene::Index::SegmentMergeInfo class.

METHODS
  new
            my $seg_merge_info = Plucene::Index::SegmentMergeInfo
                    ->new($base, Plucene::Index::TermEnum $te, $reader);

    This will create a new Plucene::Index::SegmentMergerInfo object.

  base / reader / term_enum / term / postings / doc_map
    Get / set these attributes.

  next
            $seg_merge_info->next;

  close
            $seg_merge_info->close;


Generated by phpMan Author: Che Dong On Apache Under GNU General Public License - MarkDown Format
2026-05-23 06:00 @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