[Xapian-discuss] QueryParser prefixing terms when stemming?
Olly Betts
olly at survex.com
Fri Jun 1 01:18:41 BST 2007
On Wed, May 30, 2007 at 10:20:52PM +0100, Richard Boulton wrote:
> It might be worth mentioning that Xapian now includes some routines for
> generating terms from text in a manner compatible with the query parser:
> see the TermGenerator class. (I'm afraid I'm not sure exactly how
> that's wrapped in Search::Xapian, not being a Perl user.)
It's wrapped to closely follow the C++ API, except that it doesn't wrap
the C++ methods which take a Utf8Iterator object because we don't wrap
Utf8Iterator at all (since Perl has built in Unicode support).
Cheers,
Olly
More information about the Xapian-discuss
mailing list