[Catalyst] Catalyst::Model::Xapian usage

2007-01-14 Thread Richard Jolly
Hi, I've been playing with Catalyst::Model::Xapian. Works nicely, but it seems to hide some functionality. I'd like to get information on the match percentage, and that seems to available in Search::Xapian::MSet - but C::M::X uses S::X::Mset::Tied, which hides it. Unless I'm missing

Re: [Catalyst] Catalyst::Model::Xapian usage

2007-01-14 Thread Adam Jacob
On Sun, Jan 14, 2007 at 11:42:03PM +, Richard Jolly wrote: I've been playing with Catalyst::Model::Xapian. Works nicely, but it seems to hide some functionality. I'd like to get information on the match percentage, and that seems to available in Search::Xapian::MSet - but C::M::X uses