| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.inputs | |
| com.algolia.search.objects |
| Modifier and Type | Method and Description |
|---|---|
Optional<ApiKey> |
Index.getKey(String key)
Get a key by name from this index
|
Optional<ApiKey> |
APIClient.getKey(String key)
Get an Key from it's name
|
List<ApiKey> |
Index.listKeys()
List keys of this index
|
List<ApiKey> |
APIClient.listKeys()
List all existing user keys with their associated ACLs
|
| Modifier and Type | Method and Description |
|---|---|
CreateUpdateKey |
Index.addKey(ApiKey key)
Add a key to this index
|
CreateUpdateKey |
APIClient.addKey(ApiKey key)
Create a new key
|
CreateUpdateKey |
Index.updateKey(String keyName,
ApiKey key)
Update a key by name from this index
|
CreateUpdateKey |
APIClient.updateKey(String keyName,
ApiKey key)
Update a key
|
| Modifier and Type | Method and Description |
|---|---|
List<ApiKey> |
ApiKeys.getKeys() |
| Modifier and Type | Method and Description |
|---|---|
ApiKeys |
ApiKeys.setKeys(List<ApiKey> keys) |
| Modifier and Type | Method and Description |
|---|---|
ApiKey |
ApiKey.setAcl(List<String> acl) |
ApiKey |
ApiKey.setDescription(String description) |
ApiKey |
ApiKey.setIndexes(List<String> indexes) |
ApiKey |
ApiKey.setMaxHitsPerQuery(Integer maxHitsPerQuery) |
ApiKey |
ApiKey.setMaxQueriesPerIPPerHour(Integer maxQueriesPerIPPerHour) |
ApiKey |
ApiKey.setQueryParameters(String queryParameters) |
ApiKey |
ApiKey.setReferers(List<String> referers) |
ApiKey |
ApiKey.setValidity(Integer validity) |
Copyright © 2016. All rights reserved.