The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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 = $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>.

SUPPORT

NexTrieve is no longer being supported.

COPYRIGHT

Copyright (c) 1995-2003 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

The NexTrieve.pm and the other NexTrieve::xxx modules.