mirror of
https://github.com/datahub-project/datahub.git
synced 2026-01-24 15:50:41 +00:00
30 lines
514 B
JSON
30 lines
514 B
JSON
{
|
|
"function_score": {
|
|
"query": {
|
|
"query_string": {
|
|
"query": "$INPUT",
|
|
"fields": [
|
|
"fullName^4",
|
|
"ldap^2",
|
|
"managerLdap",
|
|
"skills",
|
|
"teams",
|
|
"title"
|
|
],
|
|
"default_operator": "and",
|
|
"analyzer": "standard"
|
|
}
|
|
},
|
|
"functions": [
|
|
{
|
|
"filter": {
|
|
"term": {
|
|
"active": true
|
|
}
|
|
},
|
|
"weight": 2
|
|
}
|
|
],
|
|
"score_mode": "multiply"
|
|
}
|
|
} |