logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Plucene::Search::PhrasePositions - The position of a phrase

Description

Methods

new
               my $phpos = Plucene::Search::PhrasePositions->new;

       Make a new Plucene::Search::PhrasePositions object.

   doc/position/count/offset/tp/next
       Get / set these attibutes.

   next
               my $next = $phpos->next;

   first_position
               my $first = $phpos->first_position;

   next_position
               my $next_pos = $phpos->next_position;

perl v5.36.0                                       2022-12-04              Plucene::Search::PhrasePositions(3pm)

Name

       Plucene::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;

See Also