Schema:HumanSearchRelevance

Revision 17322925
description"Records human judgments on relevance of search queries to the article they are reading"
properties
articleId
type"integer"
requiredtrue
description"Article ID the judgment was performed on"
query
type"string"
requiredtrue
description"The query string that was judged"
choice
type"string"
requiredtrue
enum
"yes"
"no"
"unsure"
"timeout"
"dismiss"
"optout"
description"The users relevance grade"
mwSessionId
type"string"
requiredtrue
description"User session id, to allow tracking if multiple submissions are received"