GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Plucene::Index::TermInfosWriter(3) User Contributed Perl Documentation Plucene::Index::TermInfosWriter(3)

Plucene::Index::TermInfosWriter - write to the term infos file

        my $writer = Plucene::Index::TermInfosWriter->new(
                $dir_name, $segment, $field_infos);

        $writer->add(Plucene::Index::Term $term, 
                        Plucene::Index::TermInfo $term_info);

        $writer->write_term(Plucene::Index::Term $term);

This will allow for the writing and adding to a term infos file for a particular segment. It also writes the term infos index.

        my $writer = Plucene::Index::TermInfosWriter->new(
                $dir_name, $segment, $field_infos);

This will create a new Plucene::Index::TermInfosWriter object.

This will break a circular reference.

        $writer->add(Plucene::Index::Term $term, 
                        Plucene::Index::TermInfo $term_info);

This will add the term and term info to the term infos file.

        $writer->write_term(Plucene::Index::Term $term);

This will write the term to the term infos file.

2005-09-05 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.