@@ -7,7 +7,6 @@ exports[`Test on settings Admin key: Get default settings of an index 1`] = `
77 " *" ,
88 ],
99 " distinctAttribute" : null ,
10- " embedders" : {},
1110 " faceting" : {
1211 " maxValuesPerFacet" : 100 ,
1312 " sortFacetValuesBy" : {
@@ -54,7 +53,6 @@ exports[`Test on settings Admin key: Get default settings of empty index with pr
5453 " *" ,
5554 ],
5655 " distinctAttribute" : null ,
57- " embedders" : {},
5856 " faceting" : {
5957 " maxValuesPerFacet" : 100 ,
6058 " sortFacetValuesBy" : {
@@ -101,7 +99,6 @@ exports[`Test on settings Admin key: Reset settings 1`] = `
10199 " *" ,
102100 ],
103101 " distinctAttribute" : null ,
104- " embedders" : {},
105102 " faceting" : {
106103 " maxValuesPerFacet" : 100 ,
107104 " sortFacetValuesBy" : {
@@ -148,7 +145,6 @@ exports[`Test on settings Admin key: Reset settings of empty index 1`] = `
148145 " *" ,
149146 ],
150147 " distinctAttribute" : null ,
151- " embedders" : {},
152148 " faceting" : {
153149 " maxValuesPerFacet" : 100 ,
154150 " sortFacetValuesBy" : {
@@ -195,7 +191,6 @@ exports[`Test on settings Admin key: Update searchableAttributes settings on emp
195191 " *" ,
196192 ],
197193 " distinctAttribute" : null ,
198- " embedders" : {},
199194 " faceting" : {
200195 " maxValuesPerFacet" : 100 ,
201196 " sortFacetValuesBy" : {
@@ -242,7 +237,6 @@ exports[`Test on settings Admin key: Update searchableAttributes settings on emp
242237 " *" ,
243238 ],
244239 " distinctAttribute" : null ,
245- " embedders" : {},
246240 " faceting" : {
247241 " maxValuesPerFacet" : 100 ,
248242 " sortFacetValuesBy" : {
@@ -292,7 +286,6 @@ exports[`Test on settings Admin key: Update settings 1`] = `
292286 " title" ,
293287 ],
294288 " distinctAttribute" : " title" ,
295- " embedders" : {},
296289 " faceting" : {
297290 " maxValuesPerFacet" : 50 ,
298291 " sortFacetValuesBy" : {
@@ -357,7 +350,6 @@ exports[`Test on settings Admin key: Update settings on empty index with primary
357350 " *" ,
358351 ],
359352 " distinctAttribute" : " title" ,
360- " embedders" : {},
361353 " faceting" : {
362354 " maxValuesPerFacet" : 100 ,
363355 " sortFacetValuesBy" : {
@@ -402,7 +394,6 @@ exports[`Test on settings Admin key: Update settings with all null values 1`] =
402394 " *" ,
403395 ],
404396 " distinctAttribute" : null ,
405- " embedders" : {},
406397 " faceting" : {
407398 " maxValuesPerFacet" : 100 ,
408399 " sortFacetValuesBy" : {
@@ -449,7 +440,6 @@ exports[`Test on settings Master key: Get default settings of an index 1`] = `
449440 " *" ,
450441 ],
451442 " distinctAttribute" : null ,
452- " embedders" : {},
453443 " faceting" : {
454444 " maxValuesPerFacet" : 100 ,
455445 " sortFacetValuesBy" : {
@@ -496,7 +486,6 @@ exports[`Test on settings Master key: Get default settings of empty index with p
496486 " *" ,
497487 ],
498488 " distinctAttribute" : null ,
499- " embedders" : {},
500489 " faceting" : {
501490 " maxValuesPerFacet" : 100 ,
502491 " sortFacetValuesBy" : {
@@ -543,7 +532,6 @@ exports[`Test on settings Master key: Reset settings 1`] = `
543532 " *" ,
544533 ],
545534 " distinctAttribute" : null ,
546- " embedders" : {},
547535 " faceting" : {
548536 " maxValuesPerFacet" : 100 ,
549537 " sortFacetValuesBy" : {
@@ -590,7 +578,6 @@ exports[`Test on settings Master key: Reset settings of empty index 1`] = `
590578 " *" ,
591579 ],
592580 " distinctAttribute" : null ,
593- " embedders" : {},
594581 " faceting" : {
595582 " maxValuesPerFacet" : 100 ,
596583 " sortFacetValuesBy" : {
@@ -637,7 +624,6 @@ exports[`Test on settings Master key: Update searchableAttributes settings on em
637624 " *" ,
638625 ],
639626 " distinctAttribute" : null ,
640- " embedders" : {},
641627 " faceting" : {
642628 " maxValuesPerFacet" : 100 ,
643629 " sortFacetValuesBy" : {
@@ -684,7 +670,6 @@ exports[`Test on settings Master key: Update searchableAttributes settings on em
684670 " *" ,
685671 ],
686672 " distinctAttribute" : null ,
687- " embedders" : {},
688673 " faceting" : {
689674 " maxValuesPerFacet" : 100 ,
690675 " sortFacetValuesBy" : {
@@ -734,7 +719,6 @@ exports[`Test on settings Master key: Update settings 1`] = `
734719 " title" ,
735720 ],
736721 " distinctAttribute" : " title" ,
737- " embedders" : {},
738722 " faceting" : {
739723 " maxValuesPerFacet" : 50 ,
740724 " sortFacetValuesBy" : {
@@ -799,7 +783,6 @@ exports[`Test on settings Master key: Update settings on empty index with primar
799783 " *" ,
800784 ],
801785 " distinctAttribute" : " title" ,
802- " embedders" : {},
803786 " faceting" : {
804787 " maxValuesPerFacet" : 100 ,
805788 " sortFacetValuesBy" : {
@@ -844,7 +827,6 @@ exports[`Test on settings Master key: Update settings with all null values 1`] =
844827 " *" ,
845828 ],
846829 " distinctAttribute" : null ,
847- " embedders" : {},
848830 " faceting" : {
849831 " maxValuesPerFacet" : 100 ,
850832 " sortFacetValuesBy" : {
0 commit comments