1KinoSearch1::Store::FSIUnsveIrndCeoxn(t3r)ibuted Perl DoKciunmoeSnetaartciho1n::Store::FSInvIndex(3)
2
3
4
6 KinoSearch1::Store::FSInvIndex - file system InvIndex
7
9 my $invindex = KinoSearch1::Store::FSInvIndex->new(
10 path => '/path/to/invindex',
11 create => 1,
12 );
13
15 Implementation of KinoSearch1::Store::InvIndex using a single file
16 system directory and multiple files.
17
19 new
20 "new" takes two parameters:
21
22 · path - the location of the invindex.
23
24 · create - if set to 1, create a fresh invindex, clobbering an
25 existing one if necessary. Default value is 0, indicating that an
26 existing invindex should be opened.
27
29 Copyright 2005-2010 Marvin Humphrey
30
32 See KinoSearch1 version 1.01.
33
34
35
36perl v5.30.1 2020-01-30 KinoSearch1::Store::FSInvIndex(3)