Displaying 4 results from an estimated 4 matches for "edecider".
Did you mean:
decider
2014 Apr 13
2
Adding an external library to Xapian
...;& (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
{
+ cout << "In Enquire::Internal::get_eset : 6 args" << endl;
LOGCALL(MATCH, ESet, "Enquire::Internal::get_eset", maxitems | rset | flags | k | edecider | min_wt);
if (maxitems == 0 || rset.empty()) {
@@ -1012,6 +1026,15 @@...
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
2014 Mar 10
2
[GSoC 2014] clustering of search results
...ting" terms to consider would
> help.
>
Yes, what I know is that clustering will be based on number of clusters
i.e. no. of disjoints sets for that particular document.
Enquire:::get_eset() will return the expand set of related documents. The
corresponding "Xapian::ExpandDecider * edecider " will decide which
document has to be inserted in the expand set.
>
>
That's related to clustering, but it isn't completely equivalent.
>
> As an example, one way you could generate clusters is to think of each
> document as a point in a multi-dimensional space, where...
2014 Mar 09
2
[GSoC 2014] clustering of search results
Hello guys,
I was looking forward to participate in GSoc14. I have a decent knowledge
about c++ and parsers.
I was looking at the idea pages where I found many interesting projects, in
which "clustering of search results" interests me the most. I want someone
to take me to the right track in understanding the project so that I can
think about its implementation.
According to me, in this