Plucene::Index::FieldsWriter - phpMan

Command: man perldoc info search(apropos)  


Sections
NAME SYNOPSIS DESCRIPTION METHODS
NAME
    Plucene::Index::FieldsWriter - writes Fields to a Document

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

            $writer->add_document(Plucene::Document $doc);

DESCRIPTION
    This class add documents to the appropriate files.

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

    This will create a new Plucene::Index::FieldsWriter object with the
    passed directory name, segment and field infos.

  close
            $writer->close;

  add_document
            $writer->add_document(Plucene::Document $doc);

    This will add the passed Plucene::Document.


Generated by phpMan Author: Che Dong On Apache Under GNU General Public License - MarkDown Format
2026-05-23 05:19 @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