plucene::index::segmenttermpositions(3pm) debian man page | unix.com

Man Page: plucene::index::segmenttermpositions

Operating Environment: debian

Section: 3pm

Plucene::Index::SegmentTermPositions(3pm)		User Contributed Perl Documentation		 Plucene::Index::SegmentTermPositions(3pm)

NAME
Plucene::Index::SegmentTermPositions - Segment term positions
SYNOPSIS
# isa Plucene::Index::SegmentTermDocs $seg_term_pos->skipping_doc; my $next = $seg_term_pos->next_position;
DESCRIPTION
This is the segment term positions class.
METHODS
new my $seg_term_pos = Plucene::Index::SegmentTermPositions ->new(Plucene::Index::SegmentReader $seg_reader); close $seg_term_pos->close; next_position my $next = $seg_term_pos->next_position; skipping_doc $seg_term_pos->skipping_doc; read This should not be called perl v5.12.4 2011-08-14 Plucene::Index::SegmentTermPositions(3pm)
Related Man Pages
plucene::analysis::porterstemfilter(3pm) - debian
plucene::index::fieldinfos(3pm) - debian
plucene::index::reader(3pm) - debian
plucene::index::writer(3pm) - debian
plucene::search::termquery(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Introduction
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?