|
| 1 | +recommendIndexSettings: |
| 2 | + description: Index settings. |
| 3 | + allOf: |
| 4 | + - $ref: '../../../common/schemas/IndexSettings.yml#/baseIndexSettings' |
| 5 | + - $ref: '#/baseRecommendIndexSettings' |
| 6 | + |
| 7 | +baseRecommendIndexSettings: |
| 8 | + type: object |
| 9 | + additionalProperties: false |
| 10 | + properties: |
| 11 | + attributesToRetrieve: |
| 12 | + $ref: '../../../common/schemas/IndexSettings.yml#/indexSettingsAsSearchParams/properties/attributesToRetrieve' |
| 13 | + ranking: |
| 14 | + $ref: '../../../common/schemas/IndexSettings.yml#/indexSettingsAsSearchParams/properties/ranking' |
| 15 | + relevancyStrictness: |
| 16 | + $ref: '../../../common/schemas/IndexSettings.yml#/indexSettingsAsSearchParams/properties/relevancyStrictness' |
| 17 | + attributesToHighlight: |
| 18 | + $ref: '../../../common/schemas/IndexSettings.yml#/indexSettingsAsSearchParams/properties/attributesToHighlight' |
| 19 | + attributesToSnippet: |
| 20 | + $ref: '../../../common/schemas/IndexSettings.yml#/indexSettingsAsSearchParams/properties/attributesToSnippet' |
| 21 | + highlightPreTag: |
| 22 | + $ref: '../../../common/schemas/IndexSettings.yml#/indexSettingsAsSearchParams/properties/highlightPreTag' |
| 23 | + highlightPostTag: |
| 24 | + $ref: '../../../common/schemas/IndexSettings.yml#/indexSettingsAsSearchParams/properties/highlightPostTag' |
| 25 | + snippetEllipsisText: |
| 26 | + $ref: '../../../common/schemas/IndexSettings.yml#/indexSettingsAsSearchParams/properties/snippetEllipsisText' |
| 27 | + restrictHighlightAndSnippetArrays: |
| 28 | + $ref: '../../../common/schemas/IndexSettings.yml#/indexSettingsAsSearchParams/properties/restrictHighlightAndSnippetArrays' |
| 29 | + minWordSizefor1Typo: |
| 30 | + $ref: '../../../common/schemas/IndexSettings.yml#/indexSettingsAsSearchParams/properties/minWordSizefor1Typo' |
| 31 | + minWordSizefor2Typos: |
| 32 | + $ref: '../../../common/schemas/IndexSettings.yml#/indexSettingsAsSearchParams/properties/minWordSizefor2Typos' |
| 33 | + typoTolerance: |
| 34 | + $ref: '../../../common/schemas/IndexSettings.yml#/indexSettingsAsSearchParams/properties/typoTolerance' |
| 35 | + allowTyposOnNumericTokens: |
| 36 | + $ref: '../../../common/schemas/IndexSettings.yml#/indexSettingsAsSearchParams/properties/allowTyposOnNumericTokens' |
| 37 | + disableTypoToleranceOnAttributes: |
| 38 | + $ref: '../../../common/schemas/IndexSettings.yml#/indexSettingsAsSearchParams/properties/disableTypoToleranceOnAttributes' |
| 39 | + ignorePlurals: |
| 40 | + $ref: '../../../common/schemas/IndexSettings.yml#/indexSettingsAsSearchParams/properties/ignorePlurals' |
| 41 | + removeStopWords: |
| 42 | + $ref: '../../../common/schemas/IndexSettings.yml#/indexSettingsAsSearchParams/properties/removeStopWords' |
| 43 | + queryLanguages: |
| 44 | + $ref: '../../../common/schemas/IndexSettings.yml#/indexSettingsAsSearchParams/properties/queryLanguages' |
| 45 | + decompoundQuery: |
| 46 | + $ref: '../../../common/schemas/IndexSettings.yml#/indexSettingsAsSearchParams/properties/decompoundQuery' |
| 47 | + enableRules: |
| 48 | + $ref: '../../../common/schemas/IndexSettings.yml#/indexSettingsAsSearchParams/properties/enableRules' |
| 49 | + enablePersonalization: |
| 50 | + $ref: '../../../common/schemas/IndexSettings.yml#/indexSettingsAsSearchParams/properties/enablePersonalization' |
| 51 | + queryType: |
| 52 | + $ref: '../../../common/schemas/IndexSettings.yml#/indexSettingsAsSearchParams/properties/queryType' |
| 53 | + removeWordsIfNoResults: |
| 54 | + $ref: '../../../common/schemas/IndexSettings.yml#/indexSettingsAsSearchParams/properties/removeWordsIfNoResults' |
| 55 | + advancedSyntax: |
| 56 | + $ref: '../../../common/schemas/IndexSettings.yml#/indexSettingsAsSearchParams/properties/advancedSyntax' |
| 57 | + optionalWords: |
| 58 | + $ref: '../../../common/schemas/IndexSettings.yml#/indexSettingsAsSearchParams/properties/optionalWords' |
| 59 | + disableExactOnAttributes: |
| 60 | + $ref: '../../../common/schemas/IndexSettings.yml#/indexSettingsAsSearchParams/properties/disableExactOnAttributes' |
| 61 | + exactOnSingleWordQuery: |
| 62 | + $ref: '../../../common/schemas/IndexSettings.yml#/indexSettingsAsSearchParams/properties/exactOnSingleWordQuery' |
| 63 | + alternativesAsExact: |
| 64 | + $ref: '../../../common/schemas/IndexSettings.yml#/indexSettingsAsSearchParams/properties/alternativesAsExact' |
| 65 | + advancedSyntaxFeatures: |
| 66 | + $ref: '../../../common/schemas/IndexSettings.yml#/indexSettingsAsSearchParams/properties/advancedSyntaxFeatures' |
| 67 | + distinct: |
| 68 | + $ref: '../../../common/schemas/IndexSettings.yml#/indexSettingsAsSearchParams/properties/distinct' |
| 69 | + replaceSynonymsInHighlight: |
| 70 | + $ref: '../../../common/schemas/IndexSettings.yml#/indexSettingsAsSearchParams/properties/replaceSynonymsInHighlight' |
| 71 | + minProximity: |
| 72 | + $ref: '../../../common/schemas/IndexSettings.yml#/indexSettingsAsSearchParams/properties/minProximity' |
| 73 | + responseFields: |
| 74 | + $ref: '../../../common/schemas/IndexSettings.yml#/indexSettingsAsSearchParams/properties/responseFields' |
| 75 | + maxFacetHits: |
| 76 | + $ref: '../../../common/schemas/IndexSettings.yml#/indexSettingsAsSearchParams/properties/maxFacetHits' |
| 77 | + maxValuesPerFacet: |
| 78 | + $ref: '../../../common/schemas/IndexSettings.yml#/indexSettingsAsSearchParams/properties/maxValuesPerFacet' |
| 79 | + sortFacetValuesBy: |
| 80 | + $ref: '../../../common/schemas/IndexSettings.yml#/indexSettingsAsSearchParams/properties/sortFacetValuesBy' |
| 81 | + attributeCriteriaComputedByMinProximity: |
| 82 | + $ref: '../../../common/schemas/IndexSettings.yml#/indexSettingsAsSearchParams/properties/attributeCriteriaComputedByMinProximity' |
| 83 | + renderingContent: |
| 84 | + $ref: '../../../common/schemas/IndexSettings.yml#/indexSettingsAsSearchParams/properties/renderingContent' |
| 85 | + enableReRanking: |
| 86 | + $ref: '../../../common/schemas/IndexSettings.yml#/indexSettingsAsSearchParams/properties/enableReRanking' |
| 87 | + reRankingApplyFilter: |
| 88 | + $ref: '../../../common/schemas/IndexSettings.yml#/indexSettingsAsSearchParams/properties/reRankingApplyFilter' |
0 commit comments