Plucene::Search::PhrasePositions - The position of a phrase
my $phpos = Plucene::Search::PhrasePositions->new;
my $next = $phpos->next;
my $first_pos = $phpos->first_position;
my $next_pos = $phpos->next_position;
=head1 DESCRIPTION
my $phpos = Plucene::Search::PhrasePositions->new;
Make a new Plucene::Search::PhrasePositions object.
=head2 doc / position / count / offset / tp / next
Get / set these attibutes.
my $next = $phpos->next;
my $first = $phpos->first_position;
my $next_pos = $phpos->next_position;
|