xapian-core  1.4.25
Functions
valuerangepostlist.cc File Reference

Return document ids matching a range test on a specified doc value. More...

#include <config.h>
#include "valuerangepostlist.h"
#include "debuglog.h"
#include "omassert.h"
#include "str.h"
#include "unicode/description_append.h"
+ Include dependency graph for valuerangepostlist.cc:

Go to the source code of this file.

Functions

static double string_frac (const string &s, size_t prefix)
 

Detailed Description

Return document ids matching a range test on a specified doc value.

Definition in file valuerangepostlist.cc.

Function Documentation

◆ string_frac()

static double string_frac ( const string &  s,
size_t  prefix 
)
static

Definition at line 57 of file valuerangepostlist.cc.

Referenced by ValueRangePostList::get_termfreq_est().