GET position/interest/_search
{
"query": {
"function_score": {
"functions": [
{
"gauss": {
"location": {
"origin": { "lat": 51.5, "lon": 0.12 },
"offset": "2km",
"scale": "3km"
}
}
},
],
"script_score": {
"script": {
"lang": "painless",
"params": {
"keys": [1, 3, 5],
"values": [10, 20, 30]
},
"file": "cosine_score"
}
}
}
}
}
Compound query of Gauss decay function and Cosine Similarity script
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.