Rechercher une page de manuel
Plucene::Index::TermInfo.3pm
Langue: en
Version: 2005-09-05 (ubuntu - 07/07/09)
Section: 3 (Bibliothèques de fonctions)
Sommaire
NAME
Plucene::Index::TermInfo - Information on an index termSYNOPSIS
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.
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre