debian man page for plucene::index::segmentinfo

Query: plucene::index::segmentinfo

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Plucene::Index::SegmentInfo(3pm)			User Contributed Perl Documentation			  Plucene::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.12.4 2011-08-14 Plucene::Index::SegmentInfo(3pm)
Related Man Pages
plucene(3pm) - debian
dbix::dbschema::index(3pm) - debian
plucene::analysis::porterstemfilter(3pm) - debian
plucene::index::segmentinfos(3pm) - debian
plucene::index::segmentreader(3pm) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Is UNIX an open source OS ?
Detecting unused variables...
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?