[Xapian-discuss] Total matches found and how to disable stemming.
Olly Betts
olly at survex.com
Thu Mar 9 17:18:31 GMT 2006
On Thu, Mar 09, 2006 at 08:37:10AM -0800, Kevin SoftDev wrote:
> Yes I tried but I am nit sure if I understand the right syntax in Perl. Is
> this one correct ? Because does not seems to work.
What's the error message?
> my $qp = Search::Xapian::QueryParser->new();
> $qp->set_stemming_strategy(STEM_NONE);
That looks right. Note you'll need Search::Xapian 0.9.2.4 for this.
Cheers,
Olly
More information about the Xapian-discuss
mailing list