mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-02 03:39:03 +00:00
Merge pull request #1365 from camelliazhang/master
remove unrelated results
This commit is contained in:
commit
6949e8576d
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user