Skip to content

chore: Generated code for commit 0f9a6ba96fc8d6b8a3e45f245250fef7efdd9d41. #325

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand All @@ -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
*/
Expand Down Expand Up @@ -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
*/
Expand All @@ -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
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand All @@ -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
*/
Expand Down Expand Up @@ -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
*/
Expand All @@ -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
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public Condition pattern(String pattern) {
}

/**
* Query pattern syntax
* Query pattern syntax.
*
* @return pattern
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public Indice lastBuildTimeS(Integer lastBuildTimeS) {
}

/**
* Last build time
* Last build time.
*
* @return lastBuildTimeS
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand All @@ -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
*/
Expand Down Expand Up @@ -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
*/
Expand All @@ -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
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import java.util.List;
import java.util.Objects;

/** Highlighted results */
/** Highlighted results. */
public class SynonymHitHighlightResult {

@SerializedName("type")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion clients/algoliasearch-client-php/lib/Api/SearchApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -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<string, mixed>
*/
Expand Down