NAME

KiokuDB::Backend::BDB::GIN - Search::GIN integration for KiokuDB::Backend::BDB.

SYNOPSIS

KiokuDB->connect(
    "bdb-gin:dir=/path/to/storage",
    extract => Search::GIN::Extract::Foo->new(...),
);

DESCRIPTION

This subclass of KiokuDB::Backend::BDB provides Search::GIN integration.

ATTRIBUTES

extract

A Search::GIN::Extract object that is used to index the objects on insertion.