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


Plucene documentation  | view source Contained in the Plucene distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

	my      $next = $phpos->next;
	my $first_pos = $phpos->first_position;
	my  $next_pos = $phpos->next_position;

DESCRIPTION

Top

METHODS

Top

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;


Plucene documentation  | view source Contained in the Plucene distribution.