File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
tests/CTS/methods/requests/search Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -322,6 +322,9 @@ indexSettingsAsSearchParams:
322
322
- Query strategy
323
323
distinct :
324
324
$ref : ' #/distinct'
325
+ attributeForDistinct :
326
+ description : Name of the de-duplication attribute to be used with the distinct feature.
327
+ type : string
325
328
synonyms :
326
329
type : boolean
327
330
description : Whether to take into account an index's synonyms for a particular search.
Original file line number Diff line number Diff line change @@ -12,8 +12,6 @@ browseResponse:
12
12
baseBrowseResponse :
13
13
type : object
14
14
additionalProperties : false
15
- required :
16
- - cursor
17
15
properties :
18
16
cursor :
19
17
$ref : ' ../../../common/schemas/SearchParams.yml#/cursor'
@@ -39,7 +37,6 @@ baseSearchResponse:
39
37
- hitsPerPage
40
38
- processingTimeMS
41
39
- exhaustiveNbHits
42
- - exhaustiveTypo
43
40
- query
44
41
- params
45
42
properties :
Original file line number Diff line number Diff line change 293
293
" exactPhrase"
294
294
],
295
295
"distinct" : 3 ,
296
+ "attributeForDistinct" : " test" ,
296
297
"synonyms" : false ,
297
298
"replaceSynonymsInHighlight" : true ,
298
299
"minProximity" : 6 ,
426
427
" exactPhrase"
427
428
],
428
429
"distinct" : 3 ,
430
+ "attributeForDistinct" : " test" ,
429
431
"synonyms" : false ,
430
432
"replaceSynonymsInHighlight" : true ,
431
433
"minProximity" : 6 ,
You can’t perform that action at this time.
0 commit comments