search for: val_rel

Displaying 2 results from an estimated 2 matches for "val_rel".

Did you mean: val_len
2014 Apr 13
2
Adding an external library to Xapian
...| ios::app); + logfile << query.serialise() << endl; + logfile.close(); + */ + LOGCALL(MATCH, MSet, "Enquire::Internal::get_mset", first | maxitems | check_at_least | rset | mdecider | matchspy_legacy); if (percent_cutoff && (sort_by == VAL || sort_by == VAL_REL)) { throw Xapian::UnimplementedError("Use of a percentage cutoff while sorting primary by value isn't currently supported"); @@ -701,6 +714,7 @@ const RSet & rset, int flags, double k, const ExpandDecider * edecider, Xapian::weight min_wt) const { +...
2014 Apr 13
2
Adding an external library to Xapian
My code is not on Github. I am using the tarball as of now. The following it the error that occurred: http://pastebin.com/cVJrjUZX On Sun, Apr 13, 2014 at 8:16 PM, James Aylett <james-xapian at tartarus.org>wrote: > On 13 Apr 2014, at 15:37, Pallavi Gudipati <pallavigudipati at gmail.com> > wrote: > > > A linker error is encountered even after following the above