Search-InvertedIndex

 view release on metacpan or  search on metacpan

lib/Search/InvertedIndex.pm  view on Meta::CPAN


sub DESTROY {
	my ($self) = shift;
	$self->close;
}

# ################################################################
#
# DATABASE STRUCTURES
#
# The inverted database uses a complex overlay built on a generic
# key/value accessible database (it really is fairly 'database agnostic').
#
# It is organized into sub-sets of information by database key name space:
#
#  ; Stringifier. The serializer used for packing information for storage
#  $STRINGIFIER            -> 'Data::Dumper' or 'Storable'
#
#  $VERSION                -> The version number of Search::InvertedIndex
#                             matching this database.
#



( run in 0.653 second using v1.01-cache-2.11-cpan-49f99fa48dc )