Displaying 6 results from an estimated 6 matches for "dbsize".
Did you mean:
db_size
2007 Mar 06
1
Merging stats from multiple databases for expand
...cc we have:
OmExpandBits
operator+(const OmExpandBits &bits1, const OmExpandBits &bits2)
{
OmExpandBits sum(bits1);
sum.multiplier += bits2.multiplier;
sum.rtermfreq += bits2.rtermfreq;
// FIXME - try to share this information rather than pick half of it
if (bits2.dbsize > sum.dbsize) {
DEBUGLINE(WTCALC, "OmExpandBits::operator+ using second operand: " <<
bits2.termfreq << "/" << bits2.dbsize << " instead of " <<
bits1.termfreq << "/" <<...
2013 Aug 26
2
Perl interface isn't working in 1.2.x
On 08/25/2013 05:02 PM, Olly Betts wrote:
> So the simple fix is
> probably just to install the perl-Search-Xapian RPM instead.
Thanks, the Centos 6 repos don't have that rpm and the
http://xapian.org/download page seems to only cover the XS bindings, if
I am reading this correctly:
But I was able to remove the rpm packages and compile and install the
core and swig from source.
2007 Jan 28
1
omega: $field{sample} clarification
...name="DB" value="default" />
<input type="hidden" name="DEFAULTOP" value="AND" />
<input type="text" name="P" value="" />
</div>
</form>
---query
<p>Searched $nice{$dbsize} document in $time seconds, $msize match
found.</p>
$hitlist{}
<p>
<a href="$field{url}">$html{$or{$field{caption},$field{url}}}</a>
</p>
<div id="fieldsample">
<p>$field{sample}</p>
</div>
---output
&g...
2013 Aug 21
2
Perl interface isn't working in 1.2.x
At least it isn't working the way it used to.
Code:
$db = Search::Xapian::Database->new( $dx );
my $qp = Search::Xapian::QueryParser->new();
my $dbSize=$db->get_doccount();
# $qp->set_stemmer(new Search::Xapian::Stem("english"));
# $qp->set_stemming_strategy(STEM_SOME);
# $qp->set_default_op($defaultop);
my $par = $qp->parse_query($query);
my $enq = $db->enquire( $par );
my @matches = $enq->m...
2015 Sep 03
2
Fuzzing complex programs
On Thu, Sep 3, 2015 at 6:45 PM, Kostya Serebryany <kcc at google.com> wrote:
> Did you build the Postgres code with -fsanitize-coverage=... ?
Yes:
CC = clang
CFLAGS = -Wall -Wmissing-prototypes -Wpointer-arith
-Wdeclaration-after-statement -Wendif-labels
-Wmissing-format-attribute -Wformat-security -fno-strict-aliasing
-fwrapv -Wno-unused-command-line-argument -g -O0 -fsanitize=address
2015 Sep 03
2
Fuzzing complex programs
...ncs.o
> utils/adt/array_expanded.o utils/adt/array_selfuncs.o
> utils/adt/array_typanalyze.o utils/adt/array_userfuncs.o
> utils/adt/arrayutils.o utils/adt/ascii.o utils/adt/bool.o
> utils/adt/cash.o utils/adt/char.o utils/adt/date.o
> utils/adt/datetime.o utils/adt/datum.o utils/adt/dbsize.o
> utils/adt/domains.o utils/adt/encode.o utils/adt/enum.o
> utils/adt/expandeddatum.o utils/adt/float.o utils/adt/format_type.o
> utils/adt/formatting.o utils/adt/genfile.o utils/adt/geo_ops.o
> utils/adt/geo_selfuncs.o utils/adt/inet_cidr_ntop.o
> utils/adt/inet_net_pton.o utils/a...