remove unrelated results

This commit is contained in:
Na Zhang 2018-09-07 10:37:34 -07:00
parent 11aed24ced
commit 18dff8cbc4

View File

@ -33,63 +33,6 @@
"boost": 64
}
}
},
{
"wildcard": {
"urn": {
"value": "*$VALUE*",
"boost": 16
}
}
},
{
"prefix": {
"urn": {
"value": "$VALUE",
"boost": 32
}
}
},
{
"match": {
"urn": {
"query": "$VALUE",
"boost": 48
}
}
},
{
"match": {
"urn": {
"query": "$VALUE",
"type": "phrase",
"boost": 64
}
}
},
{
"wildcard": {
"field": {
"value": "*$VALUE*",
"boost": 4
}
}
},
{
"wildcard": {
"properties": {
"value": "*$VALUE*",
"boost": 2
}
}
},
{
"wildcard": {
"schema": {
"value": "*$VALUE*",
"boost": 1
}
}
}
]
}