Hyperspace Query Flow
Candidate Generation and Scoring
Query DSL Interface
{
"query": {
"bool": {
"must": [
{
"constant_score": {
"filter": {
"term": {
"email domain": "yahoo.com"
}
},
"boost": 2.2
}
}
],
"should": [
{
"constant_score": {
"filter": {
"term": {
"first name": "John"
}
},
"boost": 8.2
}
}
]
}
}
}TF-IDF
Last updated