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;
my $phpos = Plucene::Search::PhrasePositions->new;
Make a new Plucene::Search::PhrasePositions object.
Get / set these attibutes.
my $next = $phpos->next;
my $first = $phpos->first_position;
my $next_pos = $phpos->next_position;