<div>Hello,</div>
<div>&nbsp;</div>
<div>1.) Please can somebody let me know what is the best way to find total matches on&nbsp; terms?</div>
<div>&nbsp;</div>
<div>Perl example:</div>
<div>&nbsp;</div>
<div>&nbsp;&nbsp;&nbsp; my $db = Search::Xapian::Database-&gt;new( '/europa2' );</div>
<div>&nbsp;&nbsp;&nbsp; my $qp = Search::Xapian::QueryParser-&gt;new();<br>&nbsp;&nbsp;&nbsp; my $enq = $db-&gt;enquire($qp-&gt;parse_query($terms));<br>&nbsp;</div>
<div>&nbsp;&nbsp;&nbsp; #----- now at this point I want only to display matches from 0 - 25</div>
<div>&nbsp;&nbsp;&nbsp; my @matches = $enq-&gt;matches(0, 25);</div>
<div>&nbsp;</div>
<div>&nbsp;&nbsp;&nbsp; # but&nbsp;what is the best wayt to find ahead, how many total matches we have for&nbsp;the terms?</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>2.) How do I disable stemming. I think Xapian keep stemming terms despite my terms are not in English.</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>Kevin</div>
<div><a href="http://nitra.net">http://nitra.net</a></div>
<div>&nbsp;</div>