Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Plucene::Index::DocumentWriter

Name Plucene::Index::DocumentWriter
Version
Located at /usr/share/perl5
File /usr/share/perl5/Plucene/Index/DocumentWriter.pm
Is Core No
Search CPAN for this module Plucene::Index::DocumentWriter
Documentation Plucene::Index::DocumentWriter
Module Details Plucene::Index::DocumentWriter

NAME

Plucene::Index::DocumentWriter - the document writer


SYNOPSIS

        my $writer = Plucene::Index::DocumentWriter
                ->new($directory, $analyser, $max_field_length);
        $writer->add_document($segment, $doc);


DESCRIPTION

This is the document writer class.

METHODS

new

        my $writer = Plucene::Index::DocumentWriter
                ->new($directory, $analyser, $max_field_length);

This will create a new Plucene::Index::DocumentWriter object with the passed in arguments.

add_document

        $writer->add_document($segment, $doc);

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026