Query: plucene::index::segmentinfos
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Plucene::Index::SegmentInfos(3pm) User Contributed Perl Documentation Plucene::Index::SegmentInfos(3pm)NAMEPlucene::Index::SegmentInfos - A collection of SegmentInfo objectsSYNOPSISmy $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;DESCRIPTIONThis is a collection of Plucene::Index::SegmentInfo objectsMETHODSnew my $segmentinfos = Plucene::Index::SegmentInfos->new; This will create a new (empty) Plucene::Index::SegmentInfos object. read $segmentinfos->read($dir); This will read the segments file from the passed directory. write $segmentinfos->write($dir); This will write the segments info file out. add_element $segmentinfos->add_element(Plucene::Index::SegmentInfo $segment_info); This will add the passed Plucene::Index::SegmentInfo object.. info my Plucene::Index::SegmentInfo $info = $segmentinfos->info($segment_no); This will return the Plucene::Index::SegmentInfo object at the passed segment number. segments my Plucene::Index::SegmentInfo @segment_info = $segmentinfos->segments; This returns all the Plucene::Index::SegmentInfo onjects in this segment. perl v5.12.4 2011-08-14 Plucene::Index::SegmentInfos(3pm)
Similar Topics in the Unix Linux Community |
---|
Index Command |
Spectral Index in IRAF |
Suggestions on quality reading |
Compare to values in a file in unix |
How to read the nth character from the line.? |