Skip to content

Commit

Permalink
chore: generated code for commit 3d8c1b97e0438f110bd3c3f7d1d8bae8e269…
Browse files Browse the repository at this point in the history
…cf65. [skip ci]

Co-authored-by: Samuel Bodin <samuel.bodin@algolia.com>
  • Loading branch information
algolia-bot and Samuel Bodin committed Apr 27, 2022
1 parent 10d5ade commit 4955004
Show file tree
Hide file tree
Showing 6 changed files with 330 additions and 238 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2604,7 +2604,8 @@ private Call getDictionarySettingsValidateBeforeCall(
}

/**
* Retrieve dictionaries settings.
* Retrieve dictionaries settings. The API stores languages whose standard entries are disabled.
* Fetch settings does not return false values.
*
* @return GetDictionarySettingsResponse
* @throws AlgoliaRuntimeException If fail to call the API, e.g. server error or cannot
Expand All @@ -2627,7 +2628,8 @@ public GetDictionarySettingsResponse getDictionarySettings()
}

/**
* (asynchronously) Retrieve dictionaries settings.
* (asynchronously) Retrieve dictionaries settings. The API stores languages whose standard
* entries are disabled. Fetch settings does not return false values.
*
* @param callback The callback to be executed when the API call finishes
* @return The request call
Expand Down
2 changes: 1 addition & 1 deletion clients/algoliasearch-client-java-2/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
GROUP=com.algolia
VERSION_NAME=0.0.1-SNAPSHOT
VERSION_NAME=0.1.0-SNAPSHOT
Original file line number Diff line number Diff line change
Expand Up @@ -1161,9 +1161,9 @@ export function createSearchClient(options: CreateClientOptions) {
},

/**
* Retrieve dictionaries settings.
* Retrieve dictionaries settings. The API stores languages whose standard entries are disabled. Fetch settings does not return false values.
*
* @summary Retrieve dictionaries settings. The API stores languages whose standard entries are disabled. Fetch settings does not return false values.
* @summary Retrieve dictionaries settings.
*/
getDictionarySettings(
requestOptions?: RequestOptions
Expand Down
4 changes: 2 additions & 2 deletions lib/Api/SearchClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ public function clearAllSynonyms($indexName, $forwardToReplicas = null)
}

/**
* clear all objects from an index.
* Clear all objects from an index.
*
* @param string $indexName The index in which to perform the request. (required)
*
Expand Down Expand Up @@ -1276,7 +1276,7 @@ public function getDictionaryLanguages()
}

/**
* Retrieve dictionaries settings. The API stores languages whose standard entries are disabled. Fetch settings does not return false values.
* Retrieve dictionaries settings.
*
*
* @return array<string, mixed>|\Algolia\AlgoliaSearch\Model\Search\GetDictionarySettingsResponse
Expand Down
57 changes: 51 additions & 6 deletions specs/bundled/algoliasearch-lite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1948,6 +1948,51 @@ servers:
security:
- appId: []
apiKey: []
tags:
- name: Advanced
description: Advanced operations.
- name: Api Keys
description: Manage your Api Keys.
- name: Clusters
description: Clusters operations.
- name: Dictionnaries
description: Dictionnaries operations.
- name: Indices
description: Manage indices.
- name: Records
description: Records operations.
- name: Rules
description: Rules operations.
- name: Search
description: Perform search operations.
- name: Synonyms
description: Synonyms operations.
- name: Vaults
description: Vault operations.
- name: _model_index_settings
x-displayName: Index Settings
description: |
<SchemaDefinition schemaRef="#/components/schemas/indexSettings" />.
x-tagGroups:
- name: Search and Indexing
tags:
- Indices
- Records
- Search
- name: Relevance
tags:
- Rules
- Synonyms
- Dictionnaries
- name: Other
tags:
- Api Keys
- Clusters
- Vaults
- Advanced
- name: Models
tags:
- _model_index_settings
paths:
/1{path}:
post:
Expand Down Expand Up @@ -1982,6 +2027,8 @@ paths:
- algoliasearch-lite
/1/indexes/{indexName}/query:
post:
tags:
- algoliasearch-lite
operationId: search
description: Get search results.
summary: Get search results.
Expand All @@ -2008,10 +2055,10 @@ paths:
$ref: '#/components/responses/MethodNotAllowed'
'404':
$ref: '#/components/responses/IndexNotFound'
tags:
- algoliasearch-lite
/1/indexes/*/queries:
post:
tags:
- algoliasearch-lite
operationId: multipleQueries
description: Get search results for the given requests.
summary: Get search results for the given requests.
Expand Down Expand Up @@ -2072,10 +2119,10 @@ paths:
$ref: '#/components/responses/MethodNotAllowed'
'404':
$ref: '#/components/responses/IndexNotFound'
tags:
- algoliasearch-lite
/1/indexes/{indexName}/facets/{facetName}/query:
post:
tags:
- algoliasearch-lite
operationId: searchForFacetValues
summary: Search for values of a given facet
description: >-
Expand Down Expand Up @@ -2147,5 +2194,3 @@ paths:
$ref: '#/components/responses/MethodNotAllowed'
'404':
$ref: '#/components/responses/IndexNotFound'
tags:
- algoliasearch-lite
Loading

0 comments on commit 4955004

Please sign in to comment.