Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Plucene::Search::PhrasePositions

Name Plucene::Search::PhrasePositions
Version
Located at /usr/share/perl5
File /usr/share/perl5/Plucene/Search/PhrasePositions.pm
Is Core No
Search CPAN for this module Plucene::Search::PhrasePositions
Documentation Plucene::Search::PhrasePositions
Module Details Plucene::Search::PhrasePositions

NAME

Plucene::Search::PhrasePositions - The position of a phrase


SYNOPSIS

        my $phpos = Plucene::Search::PhrasePositions->new;
        my      $next = $phpos->next;
        my $first_pos = $phpos->first_position;
        my  $next_pos = $phpos->next_position;

=head1 DESCRIPTION


METHODS

new

        my $phpos = Plucene::Search::PhrasePositions->new;

Make a new Plucene::Search::PhrasePositions object.


=head2 doc / position / count / offset / tp / next

Get / set these attibutes.

next

        my $next = $phpos->next;

first_position

        my $first = $phpos->first_position;

next_position

        my $next_pos = $phpos->next_position;

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026