GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Plucene::Index::SegmentInfos(3) User Contributed Perl Documentation Plucene::Index::SegmentInfos(3)

Plucene::Index::SegmentInfos - A collection of SegmentInfo objects

        my $segmentinfos = Plucene::Index::SegmentInfos->new;

        $segmentinfos->read($dir);
        $segmentinfos->write($dir);

        $segmentinfos->add_element(Plucene::Index::SegmentInfo $segment_info);

        my Plucene::Index::SegmentInfo @segment_info 
                = $segmentinfos->segments;

This is a collection of Plucene::Index::SegmentInfo objects

        my $segmentinfos = Plucene::Index::SegmentInfos->new;

This will create a new (empty) Plucene::Index::SegmentInfos object.

        $segmentinfos->read($dir);

This will read the segments file from the passed directory.

        $segmentinfos->write($dir);

This will write the segments info file out.

        $segmentinfos->add_element(Plucene::Index::SegmentInfo $segment_info);

This will add the passed Plucene::Index::SegmentInfo object..

        my Plucene::Index::SegmentInfo $info 
                = $segmentinfos->info($segment_no);

This will return the Plucene::Index::SegmentInfo object at the passed segment number.

        my Plucene::Index::SegmentInfo @segment_info 
                = $segmentinfos->segments;

This returns all the Plucene::Index::SegmentInfo onjects in this segment.

2005-09-05 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.