FreeBSD Manual Pages
KinoSearch1::Store::RAUserIContributed Perl KinoSearch1::Store::RAMInvIndex(3) NAME KinoSearch1::Store::RAMInvIndex - in-memory InvIndex SYNOPSIS my $invindex = KinoSearch1::Store::RAMInvIndex->new( path => '/path/to/invindex', ); # or... my $invindex = KinoSearch1::Store::RAMInvIndex->new; DESCRIPTION RAMInvIndex is an entirely in-memory implementation of KinoSearch1::Store::InvIndex. It serves two main purposes. First, it's possible to load an existing FSInvIndex into memory, which can improve search-speed -- if you have that kind of RAM to spare. Needless to say, any FSInvIndex you try to load this way should be appropriately modest in size. Second, RAMInvIndex is handy for testing and development. CONSTRUCTOR new Create a RAMInvIndex object. "new" takes one optional parameter, "path". If "path" is supplied, KinoSearch1 will try to read an FSInvIndex at that location into memory. COPYRIGHT Copyright 2005-2010 Marvin Humphrey LICENSE, DISCLAIMER, BUGS, etc. See KinoSearch1 version 1.01. perl v5.32.1 2021-02-28KinoSearch1::Store::RAMInvIndex(3)
NAME | SYNOPSIS | DESCRIPTION | CONSTRUCTOR | COPYRIGHT | LICENSE, DISCLAIMER, BUGS, etc.
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=KinoSearch1::Store::RAMInvIndex&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>