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)NAMEKinoSearch1::Store::InvIndex - inverted indexSYNOPSIS# abstract base classDESCRIPTIONAn 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 ALSOKinoSearch1::Docs::FileFormatCOPYRIGHTCopyright 2005-2010 Marvin Humphrey LICENSE, DISCLAIMER, BUGS, etc. See KinoSearch1 version 1.00. perl v5.14.2 2011-11-15 KinoSearch1::Store::InvIndex(3pm)
| 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 |