Test 2 - Implicit feedback
Candidates
{
"query": {
"multi_match" : {
"type": "cross_fields",
"query" : "oil painting of urine",
"fields" : ["*"],
"minimum_should_match": "60%"
}
}
}{
"query": {
"multi_match" : {
"type": "cross_fields",
"query" : "oil painting of urine",
"fields" : ["*", “title^9”, “subjects*^8", “genres*^8”, “description*^5", “contributors*^2”]
}
}
}Results
Last updated