diff --git a/clients/algoliasearch-client-java-2/algoliasearch-core/com/algolia/model/search/BaseSearchResponse.java b/clients/algoliasearch-client-java-2/algoliasearch-core/com/algolia/model/search/BaseSearchResponse.java index 92790e340aa..c720c009d86 100644 --- a/clients/algoliasearch-client-java-2/algoliasearch-core/com/algolia/model/search/BaseSearchResponse.java +++ b/clients/algoliasearch-client-java-2/algoliasearch-core/com/algolia/model/search/BaseSearchResponse.java @@ -186,7 +186,7 @@ public BaseSearchResponse exhaustiveNbHits(Boolean exhaustiveNbHits) { } /** - * Indicate if the nbHits count was exhaustive or approximate + * Indicate if the nbHits count was exhaustive or approximate. * * @return exhaustiveNbHits */ @@ -206,7 +206,7 @@ public BaseSearchResponse exhaustiveTypo(Boolean exhaustiveTypo) { /** * Indicate if the typo-tolerence search was exhaustive or approximate (only included when - * typo-tolerance is enabled) + * typo-tolerance is enabled). * * @return exhaustiveTypo */ @@ -385,7 +385,7 @@ public BaseSearchResponse nbPages(Integer nbPages) { } /** - * Number of pages available for the current query + * Number of pages available for the current query. * * @return nbPages */ @@ -404,7 +404,7 @@ public BaseSearchResponse nbSortedHits(Integer nbSortedHits) { } /** - * The number of hits selected and sorted by the relevant sort algorithm + * The number of hits selected and sorted by the relevant sort algorithm. * * @return nbSortedHits */ diff --git a/clients/algoliasearch-client-java-2/algoliasearch-core/com/algolia/model/search/BrowseResponse.java b/clients/algoliasearch-client-java-2/algoliasearch-core/com/algolia/model/search/BrowseResponse.java index 2ff3d5a492c..222718665fa 100644 --- a/clients/algoliasearch-client-java-2/algoliasearch-core/com/algolia/model/search/BrowseResponse.java +++ b/clients/algoliasearch-client-java-2/algoliasearch-core/com/algolia/model/search/BrowseResponse.java @@ -192,7 +192,7 @@ public BrowseResponse exhaustiveNbHits(Boolean exhaustiveNbHits) { } /** - * Indicate if the nbHits count was exhaustive or approximate + * Indicate if the nbHits count was exhaustive or approximate. * * @return exhaustiveNbHits */ @@ -212,7 +212,7 @@ public BrowseResponse exhaustiveTypo(Boolean exhaustiveTypo) { /** * Indicate if the typo-tolerence search was exhaustive or approximate (only included when - * typo-tolerance is enabled) + * typo-tolerance is enabled). * * @return exhaustiveTypo */ @@ -391,7 +391,7 @@ public BrowseResponse nbPages(Integer nbPages) { } /** - * Number of pages available for the current query + * Number of pages available for the current query. * * @return nbPages */ @@ -410,7 +410,7 @@ public BrowseResponse nbSortedHits(Integer nbSortedHits) { } /** - * The number of hits selected and sorted by the relevant sort algorithm + * The number of hits selected and sorted by the relevant sort algorithm. * * @return nbSortedHits */ diff --git a/clients/algoliasearch-client-java-2/algoliasearch-core/com/algolia/model/search/Condition.java b/clients/algoliasearch-client-java-2/algoliasearch-core/com/algolia/model/search/Condition.java index 5ed3ecbc7a2..126a6415088 100644 --- a/clients/algoliasearch-client-java-2/algoliasearch-core/com/algolia/model/search/Condition.java +++ b/clients/algoliasearch-client-java-2/algoliasearch-core/com/algolia/model/search/Condition.java @@ -24,7 +24,7 @@ public Condition pattern(String pattern) { } /** - * Query pattern syntax + * Query pattern syntax. * * @return pattern */ diff --git a/clients/algoliasearch-client-java-2/algoliasearch-core/com/algolia/model/search/DictionaryLanguage.java b/clients/algoliasearch-client-java-2/algoliasearch-core/com/algolia/model/search/DictionaryLanguage.java index ef9deb87eda..913822b4aff 100644 --- a/clients/algoliasearch-client-java-2/algoliasearch-core/com/algolia/model/search/DictionaryLanguage.java +++ b/clients/algoliasearch-client-java-2/algoliasearch-core/com/algolia/model/search/DictionaryLanguage.java @@ -3,7 +3,7 @@ import com.google.gson.annotations.SerializedName; import java.util.Objects; -/** Custom entries for a dictionary */ +/** Custom entries for a dictionary. */ public class DictionaryLanguage { @SerializedName("nbCustomEntires") diff --git a/clients/algoliasearch-client-java-2/algoliasearch-core/com/algolia/model/search/Indice.java b/clients/algoliasearch-client-java-2/algoliasearch-core/com/algolia/model/search/Indice.java index 6a885925750..e2b6dc3ac65 100644 --- a/clients/algoliasearch-client-java-2/algoliasearch-core/com/algolia/model/search/Indice.java +++ b/clients/algoliasearch-client-java-2/algoliasearch-core/com/algolia/model/search/Indice.java @@ -161,7 +161,7 @@ public Indice lastBuildTimeS(Integer lastBuildTimeS) { } /** - * Last build time + * Last build time. * * @return lastBuildTimeS */ diff --git a/clients/algoliasearch-client-java-2/algoliasearch-core/com/algolia/model/search/SearchResponse.java b/clients/algoliasearch-client-java-2/algoliasearch-core/com/algolia/model/search/SearchResponse.java index 062837cf7fd..a9d1a106252 100644 --- a/clients/algoliasearch-client-java-2/algoliasearch-core/com/algolia/model/search/SearchResponse.java +++ b/clients/algoliasearch-client-java-2/algoliasearch-core/com/algolia/model/search/SearchResponse.java @@ -189,7 +189,7 @@ public SearchResponse exhaustiveNbHits(Boolean exhaustiveNbHits) { } /** - * Indicate if the nbHits count was exhaustive or approximate + * Indicate if the nbHits count was exhaustive or approximate. * * @return exhaustiveNbHits */ @@ -209,7 +209,7 @@ public SearchResponse exhaustiveTypo(Boolean exhaustiveTypo) { /** * Indicate if the typo-tolerence search was exhaustive or approximate (only included when - * typo-tolerance is enabled) + * typo-tolerance is enabled). * * @return exhaustiveTypo */ @@ -388,7 +388,7 @@ public SearchResponse nbPages(Integer nbPages) { } /** - * Number of pages available for the current query + * Number of pages available for the current query. * * @return nbPages */ @@ -407,7 +407,7 @@ public SearchResponse nbSortedHits(Integer nbSortedHits) { } /** - * The number of hits selected and sorted by the relevant sort algorithm + * The number of hits selected and sorted by the relevant sort algorithm. * * @return nbSortedHits */ diff --git a/clients/algoliasearch-client-java-2/algoliasearch-core/com/algolia/model/search/SynonymHitHighlightResult.java b/clients/algoliasearch-client-java-2/algoliasearch-core/com/algolia/model/search/SynonymHitHighlightResult.java index 7f21c28517a..3d0a8c97465 100644 --- a/clients/algoliasearch-client-java-2/algoliasearch-core/com/algolia/model/search/SynonymHitHighlightResult.java +++ b/clients/algoliasearch-client-java-2/algoliasearch-core/com/algolia/model/search/SynonymHitHighlightResult.java @@ -5,7 +5,7 @@ import java.util.List; import java.util.Objects; -/** Highlighted results */ +/** Highlighted results. */ public class SynonymHitHighlightResult { @SerializedName("type") diff --git a/clients/algoliasearch-client-java-2/algoliasearch-core/com/algolia/search/SearchApi.java b/clients/algoliasearch-client-java-2/algoliasearch-core/com/algolia/search/SearchApi.java index 3b114e2fb3b..69c5a46d60e 100644 --- a/clients/algoliasearch-client-java-2/algoliasearch-core/com/algolia/search/SearchApi.java +++ b/clients/algoliasearch-client-java-2/algoliasearch-core/com/algolia/search/SearchApi.java @@ -3450,7 +3450,7 @@ private Call getTaskValidateBeforeCall( * Check the current status of a given task. * * @param indexName The index in which to perform the request. (required) - * @param taskID Unique identifier of an task. Numeric value (up to 64bits) (required) + * @param taskID Unique identifier of an task. Numeric value (up to 64bits). (required) * @return GetTaskResponse * @throws AlgoliaRuntimeException If fail to call the API, e.g. server error or cannot * deserialize the response body @@ -3471,7 +3471,7 @@ public GetTaskResponse getTask(String indexName, Integer taskID) * (asynchronously) Check the current status of a given task. * * @param indexName The index in which to perform the request. (required) - * @param taskID Unique identifier of an task. Numeric value (up to 64bits) (required) + * @param taskID Unique identifier of an task. Numeric value (up to 64bits). (required) * @param _callback The callback to be executed when the API call finishes * @return The request call * @throws AlgoliaRuntimeException If fail to process the API call, e.g. serializing the request diff --git a/clients/algoliasearch-client-php/lib/Api/SearchApi.php b/clients/algoliasearch-client-php/lib/Api/SearchApi.php index e57c5d39f45..36c46c04de0 100644 --- a/clients/algoliasearch-client-php/lib/Api/SearchApi.php +++ b/clients/algoliasearch-client-php/lib/Api/SearchApi.php @@ -1327,7 +1327,7 @@ public function getSynonym($indexName, $objectID) * Check the current status of a given task. * * @param string $indexName The index in which to perform the request. (required) - * @param int $taskID Unique identifier of an task. Numeric value (up to 64bits) (required) + * @param int $taskID Unique identifier of an task. Numeric value (up to 64bits). (required) * * @return array */