debian man page for kinosearch1::store::invindex

Query: kinosearch1::store::invindex

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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::analysis::polyanalyzer(3pm) - debian
kinosearch1::highlight::highlighter(3pm) - debian
kinosearch1::queryparser::queryparser(3pm) - debian
kinosearch1::search::multisearcher(3pm) - debian
kinosearch1::search::searchserver(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
Introduction
Find columns in a file based on header and print to new file