default List<Log> |
SearchClientAdvanced.getLogs() |
Get the logs of the latest search and indexing operations You can retrieve the logs of your
last 1,000 API calls.
|
default List<Log> |
SearchClientAdvanced.getLogs(int offset,
int length) |
Get the logs of the latest search and indexing operations You can retrieve the logs of your
last 1,000 API calls.
|
default List<Log> |
SearchClientAdvanced.getLogs(int offset,
int length,
RequestOptions requestOptions) |
Get the logs of the latest search and indexing operations You can retrieve the logs of your
last 1,000 API calls.
|
default List<Log> |
SearchClientAdvanced.getLogs(int offset,
int length,
String logType) |
Get the logs of the latest search and indexing operations You can retrieve the logs of your
last 1,000 API calls.
|
default List<Log> |
SearchClientAdvanced.getLogs(RequestOptions requestOptions) |
Get the logs of the latest search and indexing operations You can retrieve the logs of your
last 1,000 API calls.
|
default CompletableFuture<List<Log>> |
SearchClientAdvanced.getLogsAsync() |
Get the logs of the latest search and indexing operations You can retrieve the logs of your
last 1,000 API calls.
|
default CompletableFuture<List<Log>> |
SearchClientAdvanced.getLogsAsync(int offset,
int length) |
Get the logs of the latest search and indexing operations You can retrieve the logs of your
last 1,000 API calls.
|
default CompletableFuture<List<Log>> |
SearchClientAdvanced.getLogsAsync(int offset,
int length,
String logType) |
Get the logs of the latest search and indexing operations You can retrieve the logs of your
last 1,000 API calls.
|
default CompletableFuture<List<Log>> |
SearchClientAdvanced.getLogsAsync(int offset,
int length,
String logType,
RequestOptions requestOptions) |
Get the logs of the latest search and indexing operations You can retrieve the logs of your
last 1,000 API calls.
|
default CompletableFuture<List<Log>> |
SearchClientAdvanced.getLogsAsync(RequestOptions requestOptions) |
Get the logs of the latest search and indexing operations You can retrieve the logs of your
last 1,000 API calls.
|