Http request
POST /photo/search/v2/visualKNNMulti HTTP/1.1
Content-Type: application/json;charset=UTF-8
collection-id: mycoll_id
Authorization: Token 1af538baa90-----XXX-----baf83ff24
Host: api.ximilar.com
Content-Length: 220
{
"cand_set_size" : 1000,
"fields_to_return" : [ "_id" ],
"filter" : {
"$gte" : {
"price" : 200
}
},
"from" : 0,
"k" : 3,
"query_records" : [ {
"_id" : "10"
}, {
"_id" : "11"
} ]
}