|
NAMEPlucene::Index::SegmentTermPositions - Segment term positionsSYNOPSIS# isa Plucene::Index::SegmentTermDocs $seg_term_pos->skipping_doc; my $next = $seg_term_pos->next_position; DESCRIPTIONThis is the segment term positions class.METHODSnewmy $seg_term_pos = Plucene::Index::SegmentTermPositions ->new(Plucene::Index::SegmentReader $seg_reader); close$seg_term_pos->close; next_positionmy $next = $seg_term_pos->next_position; skipping_doc$seg_term_pos->skipping_doc; readThis should not be called
Visit the GSP FreeBSD Man Page Interface. |