KinoSearch::Store::FSInvIndex - file system InvIndex |
KinoSearch::Store::FSInvIndex - file system InvIndex
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.
new
takes two parameters:
Copyright 2005-2006 Marvin Humphrey
See KinoSearch version 0.15.
KinoSearch::Store::FSInvIndex - file system InvIndex |