Version 0.1.4 has been released to CPAN. New in this version is support for Dezi::UI, an example HTML interface for exploring a Dezi index.
Switched from Drupal to WordPress. Much better experience IMO.
Dezi now supports a Xapian backend via Search::OpenSearch::Engine::Xapian.
You need only configure your Dezi server to use the Xapian backend like this in your dezi-config file:
{
engine_config => {
'type' => 'Xapian',
'index' => ['dezi-xapian.index'],
},
}
See the tutorial for more details.
Dezi version 0.1.2 was released to the CPAN this week. Read the announcement.