Displaying 2 results from an estimated 2 matches for "open_writable".
2010 Aug 20
1
Support for backends in Search::Xapian
The attached adds XS wrappers for back-ends:
use Search::Xapian;
my $db = Search::Xapian::Remote::open_writable( "biggles", 10252 );
my $db = Search::Xapian::Flint::open_writable( "testdb" );
my $db = Search::Xapian::InMemory::open_writable();
All the best,
Tim.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: xapian_backend_patch.diff
Type: text/x-p...
2007 Mar 01
2
FerretHash
Dave, thank you so much for the 0.11 release(s). You have solved many
problems for me. As part of my appreciation for your good works, I am
offering up for public consideration a silly little class that I wrote.
(Code is below.) This class offers a simplified Hash-like interface to
(a very restricted subset of) Ferret. Hence I call it FerretHash.
FerretHash comes with its very own pet Ferret