Help for this page

Select Code to Download


  1. or download this
        my $invindex = KinoSearch::Store::FSInvIndex->new(
            path   => '/path/to/invindex',
    ...
            # Do stuff with data
        }
        $invindex->close;