KinoSearch::Index::SegReader man page on Fedora

Man page or keyword search:  
man Server   31170 pages
apropos Keyword Search (all sections)
Output format
Fedora logo
[printable version]

KinoSearch::Index::SegUsereContributed Perl DocKinoSearch::Index::SegReader(3)

NAME
       KinoSearch::Index::SegReader - Single-segment IndexReader.

SYNOPSIS
	   my $polyreader = KinoSearch::Index::IndexReader->open(
	       index => '/path/to/index',
	   );
	   my $seg_readers = $polyreader->seg_readers;
	   for my $seg_reader (@$seg_readers) {
	       my $seg_name = $seg_reader->get_seg_name;
	       my $num_docs = $seg_reader->doc_max;
	       print "Segment $seg_name ($num_docs documents):\n";
	       my $doc_reader = $seg_reader->obtain("KinoSearch::Index::DocReader");
	       for my $doc_id ( 1 .. $num_docs ) {
		   my $doc = $doc_reader->fetch_doc($doc_id);
		   print "  $doc_id: $doc->{title}\n";
	       }
	   }

DESCRIPTION
       SegReader interprets the data within a single segment of an index.

       Generally speaking, only advanced users writing subclasses which
       manipulate data at the segment level need to deal with the SegReader
       API directly.

       Nearly all of SegReader's functionality is implemented by pluggable
       components spawned by Architecture's factory methods.

METHODS
   get_seg_name()
       Return the name of the segment.

   get_seg_num()
       Return the number of the segment.

INHERITANCE
       KinoSearch::Index::SegReader isa KinoSearch::Index::IndexReader isa
       KinoSearch::Index::DataReader isa KinoSearch::Object::Obj.

COPYRIGHT AND LICENSE
       Copyright 2005-2010 Marvin Humphrey

       This program is free software; you can redistribute it and/or modify it
       under the same terms as Perl itself.

perl v5.14.1			  2011-06-20   KinoSearch::Index::SegReader(3)
[top]

List of man pages available for Fedora

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net