Displaying 2 results from an estimated 2 matches for "default_log_entry".
2017 Mar 22
2
GSoC 2017: Letor Click Data Mining
...ds to them.
> So the only thing you really need to know is the ENTRY format, so you can
> figure out how to log what you need. (Which you should identify before
> diving into code.)
I see; though it would be helpful to also have an example in the documentation
for the same? There's a DEFAULT_LOG_ENTRY string in query.cc that I can across
while on the word_in_list PR:
"$or{$env{REMOTE_HOST},$env{REMOTE_ADDR},-}\t"
"[$date{$now,%d/%b/%Y:%H:%M:%S} +0000]\t"
"$if{$cgi{X},add,$if{$cgi{MORELIKE},morelike,query}}\t"
"$dbname\t"
"$query\t"
"$msize$...
2017 Mar 21
2
GSoC 2017: Letor Click Data Mining
Hi Olly. Thanks for your reply to the previous email.
To have an appropriate subject I've started this new thread for further
discussions.
> There's a $log{} command available in Omega templates. We can't log from
> the result page template, as the clicks happen after that is used, but we
> could make result links redirect via a second Omega template which does
> the