Take me over?
The maintainer of this distribution is looking for someone to take over!
If you're interested then please contact them via
email.
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.