NAME
SWISH::Prog::Native::InvIndex - the native Swish-e index format
SYNOPSIS
# see SWISH::Prog::InvIndex
DESCRIPTION
The Native InvIndex represents the index.swish-e files.
METHODS
init
Sets file() to default index file name index.swish-e
unless it is already set. If already set, confirms that file() is a child of path().
open
Creates path() if not already existent.
Since the native swish-e behaviour is to always create a temp index and then rename it on close(), the clobber() attribute is effectively ignored (always true).
AUTHOR
Peter Karman, <perl@peknet.com>
COPYRIGHT AND LICENSE
Copyright 2008 by Peter Karman
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.