kinosearch1::store::invindex(3pm) debian man page | unix.com

Man Page: kinosearch1::store::invindex

Operating Environment: debian

Section: 3pm

KinoSearch1::Store::InvIndex(3pm)			User Contributed Perl Documentation			 KinoSearch1::Store::InvIndex(3pm)

NAME
KinoSearch1::Store::InvIndex - inverted index
SYNOPSIS
# abstract base class
DESCRIPTION
An InvIndex is an abstract representation of an inverted index, KinoSearch1's core data structure. The archetypal implementation of an invindex, FSInvIndex, is a single directory holding a collection of files. However, to allow alternative implementations such as RAMInvIndex, i/o and file manipulation are abstracted out rather than executed directly by KinoSearch1's classes. A "file" within an invindex might be a real file -- or it might be a ram file, or eventually a database record, etc. Similarly, "$invindex->delete_file($filename)" might delete a file from the file system, or a key-value pair from a hash, or something else.
SEE ALSO
KinoSearch1::Docs::FileFormat
COPYRIGHT
Copyright 2005-2010 Marvin Humphrey LICENSE, DISCLAIMER, BUGS, etc. See KinoSearch1 version 1.00. perl v5.14.2 2011-11-15 KinoSearch1::Store::InvIndex(3pm)
Related Man Pages
kinosearch1(3pm) - debian
kinosearch1::analysis::polyanalyzer(3pm) - debian
kinosearch1::search::booleanquery(3pm) - debian
kinosearch1::search::searchclient(3pm) - debian
kinosearch1::searcher(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Detecting unused variables...
One instance of comparing grep and awk
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?