File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
specs/search/common/schemas Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
- 0.0.33
1
+ 0.0.34
Original file line number Diff line number Diff line change @@ -70,16 +70,20 @@ baseSearchResponse:
70
70
title : facetStats
71
71
properties :
72
72
min :
73
- type : integer
73
+ type : number
74
+ format : double
74
75
description : The minimum value in the result set.
75
76
max :
76
- type : integer
77
+ type : number
78
+ format : double
77
79
description : The maximum value in the result set.
78
80
avg :
79
- type : integer
81
+ type : number
82
+ format : double
80
83
description : The average facet value in the result set.
81
84
sum :
82
- type : integer
85
+ type : number
86
+ format : double
83
87
description : The sum of all values in the result set.
84
88
hitsPerPage :
85
89
$ref : ' ../../../common/schemas/IndexSettings.yml#/hitsPerPage'
You can’t perform that action at this time.
0 commit comments