Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
Plucene::Index::TermInUser)Contributed Perl DocumenPlucene::Index::TermInfo(3)

NAME
       Plucene::Index::TermInfo	- Information on an index term

SYNOPSIS
	       my $term_info = Plucene::Index::TermInfo->new({
			       doc_freq	    => $doc_freq,
			       freq_pointer => $freq_pointer,
			       prox_pointer => $prox_pointer,
	       });

DESCRIPTION
       This class holds	information about an index term.

METHODS
   doc_freq / freq_pointer / prox_pointer
       Get / set term info.

   copy_in  / clone
	       $term_info1->copy_in($term_info2);

	       my $term_info1 =	$term_info2->clone;

       These will make $term_info1 be the same as $term_info2.

perl v5.32.1			  2005-09-05	   Plucene::Index::TermInfo(3)

NAME | SYNOPSIS | DESCRIPTION | METHODS

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=Plucene::Index::TermInfo&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>

home | help