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


KiokuDB-Backend-BDB documentation  | view source Contained in the KiokuDB-Backend-BDB distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

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

ATTRIBUTES

Top

extract

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.