File tree Expand file tree Collapse file tree 1 file changed +30
-13
lines changed
specs/composition-full/common/params Expand file tree Collapse file tree 1 file changed +30
-13
lines changed Original file line number Diff line number Diff line change 1
- enableABTest :
2
- type : boolean
3
- description : |
4
- Whether to enable index level A/B testing for this run request.
5
- If the composition mixes multiple indices, the A/B test is ignored.
6
- default : true
7
- x-categories :
8
- - Advanced
1
+ # ######################
2
+ # ### Category Rules ###
3
+ # ######################
9
4
10
5
enableRules :
11
6
type : boolean
12
7
description : Whether to enable composition rules.
13
8
default : true
14
-
15
- getRankingInfo :
16
- type : boolean
17
- description : Whether the run response should include detailed ranking information.
9
+ x-categories :
10
+ - Rules
18
11
19
12
ruleContexts :
20
13
type : array
@@ -28,6 +21,10 @@ ruleContexts:
28
21
x-categories :
29
22
- Rules
30
23
24
+ # ####################
25
+ # ### Category RMN ###
26
+ # ####################
27
+
31
28
injectedItems :
32
29
type : object
33
30
additionalProperties :
@@ -36,7 +33,7 @@ injectedItems:
36
33
A list of extenrally injected objectID groups into from an external source.
37
34
default : {}
38
35
x-categories :
39
- - Advanced
36
+ - Retail Media Network
40
37
41
38
externalInjectedItem :
42
39
type : object
@@ -65,3 +62,23 @@ externalInjectedItem:
65
62
{'objectID': 'my-object-1', 'metadata': {'my-field': 'my-value'}}
66
63
required :
67
64
- items
65
+
66
+ # #########################
67
+ # ### Category Advanced ###
68
+ # #########################
69
+
70
+ getRankingInfo :
71
+ type : boolean
72
+ description : Whether the run response should include detailed ranking information.
73
+ default : false
74
+ x-categories :
75
+ - Advanced
76
+
77
+ enableABTest :
78
+ type : boolean
79
+ description : |
80
+ Whether to enable index level A/B testing for this run request.
81
+ If the composition mixes multiple indices, the A/B test is ignored.
82
+ default : true
83
+ x-categories :
84
+ - Advanced
You can’t perform that action at this time.
0 commit comments