| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.models.common |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Log |
Log.setAnswer(String answer) |
Log |
Log.setAnswerCode(String answerCode) |
Log |
Log.setIp(String ip) |
Log |
Log.setMethod(String method) |
Log |
Log.setQueryBody(String queryBody) |
Log |
Log.setQueryHeaders(String queryHeaders) |
Log |
Log.setSha1(String sha1) |
Log |
Log.setTimestamp(String timestamp) |
Log |
Log.setUrl(String url) |
| Modifier and Type | Method and Description |
|---|---|
List<Log> |
Logs.getLogs() |
| Modifier and Type | Method and Description |
|---|---|
Logs |
Logs.setLogs(List<Log> logs) |
Copyright © 2019. All rights reserved.