[Xapian-discuss] Working demo of search engine using boolean
query.
Olly Betts
olly at survex.com
Fri Feb 9 04:03:17 GMT 2007
On Thu, Feb 01, 2007 at 07:07:26PM -0800, Kevin Duraj wrote:
> url : index=S field
I think you mean "boolean=S" here.
> my $total = $enq->matches(1, 100000000);
> print "Total: $total results found.\n------------------------\n";
> my @matches = $enq->matches(0, 15);
And you're running the query twice here!
Cheers,
Olly
More information about the Xapian-discuss
mailing list