Plucene::Search::PhrasePositions
The position of a phrase
- Provided by: libplucene-perl (Version: 1.25-4)
- Report a bug
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;