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+ # ######################
94
105enableRules :
116 type : boolean
127 description : Whether to enable composition rules.
138 default : true
14-
15- getRankingInfo :
16- type : boolean
17- description : Whether the run response should include detailed ranking information.
9+ x-categories :
10+ - Rules
1811
1912ruleContexts :
2013 type : array
@@ -28,6 +21,10 @@ ruleContexts:
2821 x-categories :
2922 - Rules
3023
24+ # ####################
25+ # ### Category RMN ###
26+ # ####################
27+
3128injectedItems :
3229 type : object
3330 additionalProperties :
@@ -36,7 +33,7 @@ injectedItems:
3633 A list of extenrally injected objectID groups into from an external source.
3734 default : {}
3835 x-categories :
39- - Advanced
36+ - Retail Media Network
4037
4138externalInjectedItem :
4239 type : object
@@ -65,3 +62,23 @@ externalInjectedItem:
6562 {'objectID': 'my-object-1', 'metadata': {'my-field': 'my-value'}}
6663 required :
6764 - 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