Displaying 1 result from an estimated 1 matches for "xapiandirbase".
2004 Dec 21
1
Search::Xapian add_database'd search results are odd?
...ing out using $db->add_database() when searching,
and it seems like the docids I'm getting out of it are incorrect, almost
as though they're "double" what they should be (numerically)...
the docids that exist should be around 950,000 and 1000000 not around
1900000, etc...
$xapiandirbase . '-11'
and
$xapiandirbase . '-10' both exist.
quick example:
===================================================================
my $db = Search::Xapian::Database->new($xapiandirbase . '-11' ||
die("Error.\n"));
my $db->add_database(Search::Xapian::Databa...