Man Page: plucene::index::terminfo
Operating Environment: debian
Section: 3pm
Plucene::Index::TermInfo(3pm) User Contributed Perl Documentation Plucene::Index::TermInfo(3pm)NAMEPlucene::Index::TermInfo - Information on an index termSYNOPSISmy $term_info = Plucene::Index::TermInfo->new({ doc_freq => $doc_freq, freq_pointer => $freq_pointer, prox_pointer => $prox_pointer, });DESCRIPTIONThis class holds information about an index term.METHODSdoc_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.12.4 2011-08-14 Plucene::Index::TermInfo(3pm)
| Similar Topics in the Unix Linux Community |
|---|
| How can I do this in VI editor? |
| Is UNIX an open source OS ? |
| Detecting unused variables... |
| One instance of comparing grep and awk |
| New UNIX and Linux History Sections |