1KinoSearch1::Store::FSIUnsveIrndCeoxn(t3rpimb)uted PerlKDioncouSmeeanrtcaht1i:o:nStore::FSInvIndex(3pm)
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.38.0 2023-07-20KinoSearch1::Store::FSInvIndex(3pm)