|
| 1 | +{ |
| 2 | + "abtesting": {}, |
| 3 | + "analytics": {}, |
| 4 | + "ingestion": {}, |
| 5 | + "insights": {}, |
| 6 | + "monitoring": {}, |
| 7 | + "personalization": {}, |
| 8 | + "query-suggestions": {}, |
| 9 | + "recommend": { |
| 10 | + "client.getFrequentlyBoughtTogether": "client.getRecommendations", |
| 11 | + "client.getLookingSimilar": "client.getRecommendations", |
| 12 | + "client.getRecommendations": "client.getRecommendations", |
| 13 | + "client.getRecommendedForYou": "client.getRecommendations", |
| 14 | + "client.getRelatedProducts": "client.getRecommendations", |
| 15 | + "client.getTrendingFacets": "client.getRecommendations", |
| 16 | + "client.getTrendingItems": "client.getRecommendations" |
| 17 | + }, |
| 18 | + "search": { |
| 19 | + "client.addApiKey": "client.addApiKey", |
| 20 | + "client.addApiKey.wait": "client.waitForApiKey", |
| 21 | + "client.assignUserID": "client.assignUserId", |
| 22 | + "client.assignUserIDs": "client.batchAssignUserIds", |
| 23 | + "client.clearDictionaryEntries": "client.batchDictionaryEntries", |
| 24 | + "client.copyIndex": "client.operationIndex", |
| 25 | + "client.copyRules": "client.operationIndex", |
| 26 | + "client.copySynonyms": "client.operationIndex", |
| 27 | + "client.deleteApiKey": "client.deleteApiKey", |
| 28 | + "client.deleteDictionaryEntries": "client.batchDictionaryEntries", |
| 29 | + "client.generateSecuredApiKey": "client.generateSecuredApiKey", |
| 30 | + "client.getApiKey": "client.getApiKey", |
| 31 | + "client.getSecuredApiKeyRemainingValidity": "client.getSecuredApiKeyRemainingValidity", |
| 32 | + "client.getTopUserIDs": "client.getTopUserIds", |
| 33 | + "client.getUserID": "client.getUserId", |
| 34 | + "client.listApiKeys": "client.listApiKeys", |
| 35 | + "client.listIndices": "client.listIndices", |
| 36 | + "client.listUserIDs": "client.listUserIds", |
| 37 | + "client.moveIndex": "client.operationIndex", |
| 38 | + "client.multipleBatch": "client.multipleBatch", |
| 39 | + "client.multipleQueries": "client.search", |
| 40 | + "client.removeUserID": "client.removeUserId", |
| 41 | + "client.replaceDictionaryEntries": "client.batchDictionaryEntries", |
| 42 | + "client.restoreApiKey": "client.restoreApiKey", |
| 43 | + "client.saveDictionaryEntries": "client.batchDictionaryEntries", |
| 44 | + "client.searchUserIDs": "client.searchUserIds", |
| 45 | + "client.updateApiKey": "client.updateApiKey", |
| 46 | + "index.batch": "client.batch", |
| 47 | + "index.browseObjects": "client.browseObjects", |
| 48 | + "index.browseRules": "client.browseRules", |
| 49 | + "index.browseSynonyms": "client.browseSynonyms", |
| 50 | + "index.clearObjects": "client.clearObjects", |
| 51 | + "index.clearRules": "client.clearRules", |
| 52 | + "index.clearSynonyms": "client.clearAllSynonyms", |
| 53 | + "index.copySettings": "client.operationIndex", |
| 54 | + "index.delete": "client.deleteIndex", |
| 55 | + "index.deleteBy": "client.deleteBy", |
| 56 | + "index.deleteObject": "client.deleteObject", |
| 57 | + "index.deleteObjects": "client.deleteObjects", |
| 58 | + "index.deleteRule": "client.deleteRule", |
| 59 | + "index.deleteSynonym": "client.deleteSynonym", |
| 60 | + "index.exists": "client.getSettings", |
| 61 | + "index.findObject": "client.searchSingleIndex", |
| 62 | + "index.getObject": "client.getObject", |
| 63 | + "index.getObjects": "client.getObjects", |
| 64 | + "index.getRule": "client.getRule", |
| 65 | + "index.getSettings": "client.getSettings", |
| 66 | + "index.getSynonym": "client.getSynonym", |
| 67 | + "index.getTask": "client.getTask", |
| 68 | + "index.partialUpdateObject": "client.partialUpdateObject", |
| 69 | + "index.partialUpdateObjects": "client.partialUpdateObjects", |
| 70 | + "index.replaceAllObjects": "client.replaceAllObjects", |
| 71 | + "index.replaceAllRules": "client.saveRules", |
| 72 | + "index.replaceAllSynonyms": "client.saveSynonyms", |
| 73 | + "index.saveObject": "client.saveObject", |
| 74 | + "index.saveObjects": "client.saveObjects", |
| 75 | + "index.saveRule": "client.saveRule", |
| 76 | + "index.saveRules": "client.saveRules", |
| 77 | + "index.saveSynonym": "client.saveSynonym", |
| 78 | + "index.saveSynonyms": "client.saveSynonyms", |
| 79 | + "index.search": "client.searchSingleIndex", |
| 80 | + "index.searchForFacetValues": "client.searchForFacets", |
| 81 | + "index.searchRules": "client.searchRules", |
| 82 | + "index.searchSynonyms": "client.searchSynonyms", |
| 83 | + "index.setSettings": "client.setSettings", |
| 84 | + "index.{operation}.wait": "client.waitForTask" |
| 85 | + }, |
| 86 | + "usage": {}, |
| 87 | + "crawler": {} |
| 88 | +} |
0 commit comments