GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
KinoSearch1::Store::InvIndex(3) User Contributed Perl Documentation KinoSearch1::Store::InvIndex(3)

KinoSearch1::Store::InvIndex - inverted index

    # abstract base class

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.

KinoSearch1::Docs::FileFormat

Copyright 2005-2010 Marvin Humphrey

See KinoSearch1 version 1.01.
2022-04-08 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.