Plucene::Index::DocumentWriter - phpMan

Command: man perldoc info search(apropos)  


Sections
NAME SYNOPSIS DESCRIPTION
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);


Generated by phpMan Author: Che Dong On Apache Under GNU General Public License - MarkDown Format
2026-05-23 06:48 @216.73.217.24 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 TransitionalValid CSS!

^_back to top