KinoSearch::Store::RAMInvIndex.3pm

Langue: en

Version: 2008-11-10 (ubuntu - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

KinoSearch::Store::RAMInvIndex - in-memory InvIndex

SYNOPSIS

     my $invindex = KinoSearch::Store::RAMInvIndex->new(
         path   => '/path/to/invindex',
     );
 
     # or...
     my $invindex = KinoSearch::Store::RAMInvIndex->new;
 
 

DESCRIPTION

RAMInvIndex is an entirely in-memory implementation of KinoSearch::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, KinoSearch will try to read an FSInvIndex at that location into memory. Copyright 2005-2007 Marvin Humphrey

LICENSE, DISCLAIMER, BUGS, etc.

See KinoSearch version 0.163.