NAME

Senna - Perl Binding for Senna Full Text Search Engine

SYNOPSIS

use Senna;

my $index = Senna::Index->create(
  path => "...",
);
my $info = $index->info;

DESCRIPTION

This module provides a Perl binding to libsenna, an embeddable full-text search engine.

While Senna remains a personal favorite to search for Japanese text, Senna (the API) is in a constant state of flux which makes things really hard for binding development. This module tries hard to keep up with the changes, but if you see breakage, PATCHES ARE ENCOURAGED. Please see CODE

METHODS

info

cleanup

Performs C level cleanup for Senna. You do NOT need to use this method. It's called automatically at END block.

CODE

Senna is graciously hosted by coderepos (http://coderepos.org/share) For latest version, please grab from:

http://svn.coderepos.org/share/lang/perl/Senna/trunk

AUTHOR

Copyright (c) 2005-2008 Daisuke Maki <daisuke@endeworks.jp>

CONTRIBUTORS

Jiro Nishiguchi

LICENSE

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://www.perl.com/perl/misc/Artistic.html