| Plucene::Search::PhrasePositions(3pm) | User Contributed Perl Documentation | Plucene::Search::PhrasePositions(3pm) |
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;
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;
| 2022-12-04 | perl v5.36.0 |