score_example4.json
5.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
{
"took": 1,
"timed_out": false,
"_shards": {
"total": 1,
"successful": 1,
"failed": 0
},
"hits": {
"total": 1,
"max_score": 0.8624575,
"hits": [
{
"_shard": 0,
"_node": "qm07TjwITlqv2ctNdxZ75g",
"_index": "gino_test",
"_type": "tweet",
"_id": "2",
"_score": 0.8624575,
"_source": {
"text": "gino like world cup",
"fullname": "gino li"
},
"_explanation": {
"value": 0.8624575,
"description": "max of:",
"details": [
{
"value": 0.8624575,
"description": "sum of:",
"details": [
{
"value": 0.5725882,
"description": "weight(text:gino in 0) [PerFieldSimilarity], result of:",
"details": [
{
"value": 0.5725882,
"description": "score(doc=0,freq=1.0), product of:",
"details": [
{
"value": 0.81480247,
"description": "queryWeight, product of:",
"details": [
{
"value": 8,
"description": "boost",
"details": []
},
{
"value": 1.4054651,
"description": "idf(docFreq=1, maxDocs=3)",
"details": []
},
{
"value": 0.072467335,
"description": "queryNorm",
"details": []
}
]
},
{
"value": 0.70273256,
"description": "fieldWeight in 0, product of:",
"details": [
{
"value": 1,
"description": "tf(freq=1.0), with freq of:",
"details": [
{
"value": 1,
"description": "termFreq=1.0",
"details": []
}
]
},
{
"value": 1.4054651,
"description": "idf(docFreq=1, maxDocs=3)",
"details": []
},
{
"value": 0.5,
"description": "fieldNorm(doc=0)",
"details": []
}
]
}
]
}
]
},
{
"value": 0.28986934,
"description": "weight(text:cup in 0) [PerFieldSimilarity], result of:",
"details": [
{
"value": 0.28986934,
"description": "score(doc=0,freq=1.0), product of:",
"details": [
{
"value": 0.5797387,
"description": "queryWeight, product of:",
"details": [
{
"value": 8,
"description": "boost",
"details": []
},
{
"value": 1,
"description": "idf(docFreq=2, maxDocs=3)",
"details": []
},
{
"value": 0.072467335,
"description": "queryNorm",
"details": []
}
]
},
{
"value": 0.5,
"description": "fieldWeight in 0, product of:",
"details": [
{
"value": 1,
"description": "tf(freq=1.0), with freq of:",
"details": [
{
"value": 1,
"description": "termFreq=1.0",
"details": []
}
]
},
{
"value": 1,
"description": "idf(docFreq=2, maxDocs=3)",
"details": []
},
{
"value": 0.5,
"description": "fieldNorm(doc=0)",
"details": []
}
]
}
]
}
]
}
]
}
]
}
}
]
}
}