-
Notifications
You must be signed in to change notification settings - Fork 104
/
beer_sample_search_dataset.json
91 lines (91 loc) · 1.66 KB
/
beer_sample_search_dataset.json
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
{
"status": {
"total": 5,
"failed": 0,
"successful": 5
},
"request": {
"query": {
"query": "London"
},
"size": 5,
"from": 0,
"highlight": null,
"fields": null,
"facets": null,
"explain": false,
"sort": [
"-_score"
],
"includeLocations": false
},
"hits": [
{
"index": "hotels_384418a18e59eba2_acbbef99",
"id": "landmark_37138",
"score": 1.156383395549805,
"sort": [
"_score"
],
"fields": {
"name": "landmark_37138"
}
},
{
"index": "hotels_384418a18e59eba2_acbbef99",
"id": "landmark_16309",
"score": 1.1315120632881468,
"sort": [
"_score"
],
"fields": {
"name": "landmark_16309"
}
},
{
"index": "hotels_384418a18e59eba2_acbbef99",
"id": "landmark_16073",
"score": 1.1059247262932046,
"sort": [
"_score"
],
"fields": {
"name": "landmark_16073"
}
},
{
"index": "hotels_384418a18e59eba2_acbbef99",
"id": "landmark_16288",
"score": 1.0926796273206518,
"sort": [
"_score"
],
"fields": {
"name": "landmark_16288"
}
},
{
"index": "hotels_384418a18e59eba2_acbbef99",
"id": "landmark_16071",
"score": 1.0798993013885354,
"sort": [
"_score"
],
"fields": {
"name": "landmark_16071"
}
}
],
"total_hits": 809,
"max_score": 1.156383395549805,
"took": 62511375,
"facets": {
"type": {
"name": "",
"field": "country",
"total": 7,
"missing": 0,
"other": 0
}
}
}