|
NAMEPlucene::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;
DESCRIPTIONMETHODSnewmy $phpos = Plucene::Search::PhrasePositions->new; Make a new Plucene::Search::PhrasePositions object. doc / position / count / offset / tp / nextGet / set these attibutes. nextmy $next = $phpos->next; first_positionmy $first = $phpos->first_position; next_positionmy $next_pos = $phpos->next_position;
|