KinoSearch::Store::FSInvIndex

KinoSearch::Store::FSInvIndex is a file system InvIndex.
Download

KinoSearch::Store::FSInvIndex Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Marvin Humphrey
  • Publisher web site:
  • http://search.cpan.org/~creamyg/KinoSearch-0.162/lib/KinoSearch/Search/SearchServer.pm

KinoSearch::Store::FSInvIndex Tags


KinoSearch::Store::FSInvIndex Description

KinoSearch::Store::FSInvIndex is a file system InvIndex. KinoSearch::Store::FSInvIndex is a file system InvIndex.SYNOPSIS my $invindex = KinoSearch::Store::FSInvIndex->new( path => '/path/to/invindex', create => 1, );Implementation of KinoSearch::Store::InvIndex using a single file system directory and multiple files.CONSTRUCTORnewnew takes two parameters:path - the location of the invindex.create - if set to 1, create a fresh invindex, clobbering an existing one if necessary. Default value is 0, indicating that an existing invindex should be opened.


KinoSearch::Store::FSInvIndex Related Software