Displaying 2 results from an estimated 2 matches for "doc9".
Did you mean:
doc
2017 Jun 08
2
Logging the click data
...g the support for new
commands i.e. $qid and $did.
An example log entry assuming that we allow only 4 docs on a
single result page:
q101 "simple query text" [doc0, doc1, doc2, doc3] 0
q101 "simple query text" [doc4, doc5, doc6, doc7] 4
q101 "simple query text" [doc8, doc9, doc10, doc11] 8
qid taken to be very simple for the purpose of this example and
I'm not really sure about the doc id format so assumed it to be
like that.
Also, I noticed that the existing log command in query template i.e.
$log{query.log} doesn't really log anything. I created query.log...
2017 Jun 06
2
Logging the click data
> There's a lot of flexibility already, because the log format is just
> omegascript. So I don't think you need to implement a new command to
> achieve this. (Although you might need a command to generate the query
> id. It depends on how you're going to do that.)
Ok, I'll try adapting the existing log command to achieve the kind of
logging
we want.
And, about the