| KiokuDB-Backend-BDB documentation | view source | Contained in the KiokuDB-Backend-BDB distribution. |
KiokuDB::Backend::BDB::GIN - Search::GIN integration for KiokuDB::Backend::BDB.
KiokuDB->connect(
"bdb-gin:dir=/path/to/storage",
extract => Search::GIN::Extract::Foo->new(...),
);
This subclass of KiokuDB::Backend::BDB provides Search::GIN integration.
A Search::GIN::Extract object that is used to index the objects on insertion.
| KiokuDB-Backend-BDB documentation | view source | Contained in the KiokuDB-Backend-BDB distribution. |