Plucene::Index::SegmentInfo(3pm) - phpMan

Command: man perldoc info search(apropos)  


Plucene::Index::SegmentInfo(3pmUser Contributed Perl DocumentatioPlucene::Index::SegmentInfo(3pm)



NAME
       Plucene::Index::SegmentInfo - Information on a Segment

SYNOPSIS
               my $segment_info = Plucene::Index::SegmentInfo->new;

               # get
               my $name = $segment_info->name;
               my $doc_count = $segment_info->doc_count;
               my $dir = $segment_info->dir;

               # set
               $segment_info->name($new_name);
               $segment_info->doc_count($new_doc_count);
               $segment_info->dir($new_dir);

DESCRIPTION
       This class holds information on a segment.

       The index database is composed of 'segments' each stored in a separate file.  When you add
       documents to the index, new segments may be created. You can compact the database and
       reduce the number of segments by optimizing it.

METHODS
       name / doc_count / dir

       Get / set these attributes.



perl v5.8.8                                 2008-03-01           Plucene::Index::SegmentInfo(3pm)

Generated by $Id: phpMan.php,v 4.49 2006/02/26 13:18:18 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2012-05-25 00:51 @38.107.179.238 Crawled by CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
Valid XHTML 1.0!Valid CSS!