You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1299,7 +1299,7 @@ public function getDictionarySettings()
1299
1299
}
1300
1300
1301
1301
/**
1302
-
* Return the lastest log entries.
1302
+
* Return the latest log entries.
1303
1303
*
1304
1304
* @param int $offset First entry to retrieve (zero-based). Log entries are sorted by decreasing date, therefore 0 designates the most recent log entry. (optional, default to 0)
1305
1305
* @param int $length Maximum number of entries to retrieve. The maximum allowed value is 1000. (optional, default to 10)
@@ -1373,7 +1373,7 @@ public function getLogs(
1373
1373
}
1374
1374
1375
1375
/**
1376
-
* Retrieve one object from the index.
1376
+
* Retrieve an object.
1377
1377
*
1378
1378
* @param string $indexName The index in which to perform the request. (required)
1379
1379
* @param string $objectID Unique identifier of an object. (required)
@@ -1543,7 +1543,7 @@ public function getRule($indexName, $objectID)
1543
1543
}
1544
1544
1545
1545
/**
1546
-
* Retrieve settings of a given indexName.
1546
+
* Retrieve settings of an index.
1547
1547
*
1548
1548
* @param string $indexName The index in which to perform the request. (required)
1549
1549
*
@@ -1662,7 +1662,7 @@ public function getSynonym($indexName, $objectID)
1662
1662
}
1663
1663
1664
1664
/**
1665
-
* Check the current status of a given task.
1665
+
* Check the status of a task.
1666
1666
*
1667
1667
* @param string $indexName The index in which to perform the request. (required)
1668
1668
* @param int $taskID Unique identifier of an task. Numeric value (up to 64bits). (required)
@@ -1718,7 +1718,7 @@ public function getTask($indexName, $taskID)
@@ -1882,7 +1882,7 @@ public function listIndices($page = null)
1882
1882
}
1883
1883
1884
1884
/**
1885
-
* List userIDs
1885
+
* List userIDs.
1886
1886
*
1887
1887
* @param int $page Requested page (zero-based). When specified, will retrieve a specific page; the page size is implicitly set to 100. When null, will retrieve all indices (no pagination). (optional)
1888
1888
* @param int $hitsPerPage Maximum number of objects to retrieve. (optional, default to 100)
@@ -1924,7 +1924,7 @@ public function listUserIds($page = null, $hitsPerPage = 100)
* - $searchUserIdsParams['query'] => (string) Query to search. The search is a prefix search with typoTolerance. Use empty query to retrieve all users. (required)
@@ -3072,7 +3072,7 @@ public function searchUserIds($searchUserIdsParams)
0 commit comments