Displaying 3 results from an estimated 3 matches for "set_sort_by_relevance".
2006 May 10
2
ruby bindings odds and ends
...e comment says it was auto-generated, so
I'm guessing it currently simply includes every method matching set_* or
get_*).
The ones I'm thinking of are those set_ methods which don't take exactly
one parameter, and perhaps those get_ methods which take parameters.
For example, Enquire::set_sort_by_relevance doesn't take any parameters,
while Enquire::set_sort_by_value takes two (the second is optional,
but it allows you to reverse the sort order which is a common thing to
want to do). Neither of these methods is really a setter method in
the usual sense. They're just methods with names which...
2007 Oct 16
1
Matches estimate varies with sorting method
...e to be sorted.
For instance, in my index, value 4 contains date and time in the format
"yyyymmddhhmmss". For the same query, the number of results will be
estimated to 20000+ when results are first sorted by date and time
with set_sort_by_value_then_relevance(4) and to only 100 if I use
set_sort_by_relevance(). The first figure is the correct one.
Note that the MSet is obtained with Enquire::get_mset(0, 100, 101), so that
probably explains where the 100 comes from.
The estimate will also be correct with set_sort_by_relevance_then_value(4).
If I am not mistaken, a similar problem was reported, and ap...
2012 Apr 27
4
GSoC xapian node binding
Posting recent offline discussion...
On Fri, Apr 27, 2012 at 10:55 AM, Marius Tibeica <mtibeica at gmail.com> wrote:
> Hi Liam,
>
> I've added the Enquire class and designed a query spec structured as a JS
> object. Hope you like it :)
> I'll probably be off a few days (there is a national holiday Tuesday which
> means i have a long weekend :D) but maybe I'll