NAME
NexTrieve::Collection::Index - handle a NexTrieve Collection Index
SYNOPSIS
use NexTrieve;
$ntv = NexTrieve->new( | {method => value} );
$collection = $ntv->Collection( path );
$index = $ntv->Index( name );
DESCRIPTION
The Collection::Index object of the Perl support for NexTrieve. Do not create directly, but through the Index method of the NexTrieve::Collection object.
OBJECT METHODS
These methods return objects.
Daemon
$daemon = $collection->Daemon( server:port | port );
Resource
$resource = $collection->Resource;
Search
$search = $collection->Search;
OTHER METHODS
These are the other methods.
name
$name = $collection->name;
path
$path = $collection->path;
AUTHOR
Elizabeth Mattijsen, <liz@dijkmat.nl>.
Please report bugs to <perlbugs@dijkmat.nl>.
COPYRIGHT
Copyright (c) 1995-2002 Elizabeth Mattijsen <liz@dijkmat.nl>. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
SEE ALSO
http://www.nextrieve.com, the NexTrieve.pm and the other NexTrieve::xxx modules.