| Modifier and Type | Method and Description |
|---|---|
static AlgoliaException |
AlgoliaException.from(String message,
List<AlgoliaInnerException> errorsByHost) |
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
APIClient.addApiKey(org.json.JSONObject params)
Create a new api key
|
org.json.JSONObject |
Index.addApiKey(org.json.JSONObject params)
Create a new api key
|
org.json.JSONObject |
APIClient.addApiKey(org.json.JSONObject params,
RequestOptions requestOptions)
Create a new api key
|
org.json.JSONObject |
Index.addApiKey(org.json.JSONObject params,
RequestOptions requestOptions)
Create a new api key
|
org.json.JSONObject |
APIClient.addApiKey(List<String> acls)
Create a new api key
|
org.json.JSONObject |
Index.addApiKey(List<String> acls)
Create a new api key
|
org.json.JSONObject |
APIClient.addApiKey(List<String> acls,
int validity,
int maxQueriesPerIPPerHour,
int maxHitsPerQuery)
Create a new api key
|
org.json.JSONObject |
Index.addApiKey(List<String> acls,
int validity,
int maxQueriesPerIPPerHour,
int maxHitsPerQuery)
Create a new api key
|
org.json.JSONObject |
APIClient.addApiKey(List<String> acls,
int validity,
int maxQueriesPerIPPerHour,
int maxHitsPerQuery,
List<String> indexes)
Create a new user key
|
org.json.JSONObject |
APIClient.addApiKey(List<String> acls,
int validity,
int maxQueriesPerIPPerHour,
int maxHitsPerQuery,
List<String> indexes,
RequestOptions requestOptions)
Create a new user key
|
org.json.JSONObject |
APIClient.addApiKey(List<String> acls,
int validity,
int maxQueriesPerIPPerHour,
int maxHitsPerQuery,
RequestOptions requestOptions)
Create a new api key
|
org.json.JSONObject |
Index.addApiKey(List<String> acls,
int validity,
int maxQueriesPerIPPerHour,
int maxHitsPerQuery,
RequestOptions requestOptions)
Create a new api key
|
org.json.JSONObject |
APIClient.addApiKey(List<String> acls,
RequestOptions requestOptions)
Create a new api key
|
org.json.JSONObject |
Index.addObject(org.json.JSONObject obj)
Add an object in this index
|
org.json.JSONObject |
Index.addObject(org.json.JSONObject obj,
RequestOptions requestOptions)
Add an object in this index
|
org.json.JSONObject |
Index.addObject(org.json.JSONObject obj,
String objectID)
Add an object in this index with a uniq identifier
|
org.json.JSONObject |
Index.addObject(org.json.JSONObject obj,
String objectID,
RequestOptions requestOptions)
Add an object in this index with a uniq identifier
|
org.json.JSONObject |
Index.addObjects(org.json.JSONArray objects)
Add several objects
|
org.json.JSONObject |
Index.addObjects(org.json.JSONArray objects,
RequestOptions requestOptions)
Add several objects
|
org.json.JSONObject |
Index.addObjects(List<org.json.JSONObject> objects)
Add several objects
|
org.json.JSONObject |
Index.addObjects(List<org.json.JSONObject> objects,
RequestOptions requestOptions)
Add several objects
|
org.json.JSONObject |
APIClient.addUserKey(org.json.JSONObject params)
Deprecated.
|
org.json.JSONObject |
Index.addUserKey(org.json.JSONObject params)
Deprecated.
|
org.json.JSONObject |
APIClient.addUserKey(List<String> acls)
Deprecated.
|
org.json.JSONObject |
Index.addUserKey(List<String> acls)
Deprecated.
|
org.json.JSONObject |
APIClient.addUserKey(List<String> acls,
int validity,
int maxQueriesPerIPPerHour,
int maxHitsPerQuery)
Deprecated.
|
org.json.JSONObject |
Index.addUserKey(List<String> acls,
int validity,
int maxQueriesPerIPPerHour,
int maxHitsPerQuery)
Deprecated.
|
org.json.JSONObject |
APIClient.addUserKey(List<String> acls,
int validity,
int maxQueriesPerIPPerHour,
int maxHitsPerQuery,
List<String> indexes)
Deprecated.
|
org.json.JSONObject |
APIClient.batch(org.json.JSONArray actions)
Custom batch
|
org.json.JSONObject |
Index.batch(org.json.JSONArray actions)
Custom batch
|
org.json.JSONObject |
APIClient.batch(org.json.JSONArray actions,
RequestOptions requestOptions)
Custom batch
|
org.json.JSONObject |
Index.batch(org.json.JSONArray actions,
RequestOptions requestOptions)
Custom batch
|
org.json.JSONObject |
APIClient.batch(List<org.json.JSONObject> actions)
Custom batch
|
org.json.JSONObject |
Index.batch(List<org.json.JSONObject> actions)
Custom batch
|
org.json.JSONObject |
APIClient.batch(List<org.json.JSONObject> actions,
RequestOptions requestOptions)
Custom batch
|
org.json.JSONObject |
Index.batch(List<org.json.JSONObject> actions,
RequestOptions requestOptions)
Custom batch
|
org.json.JSONObject |
Index.batchRules(List<org.json.JSONObject> rules)
Add or Replace a list of synonyms
|
org.json.JSONObject |
Index.batchRules(List<org.json.JSONObject> rules,
boolean forwardToReplicas)
Add or Replace a list of synonyms
|
org.json.JSONObject |
Index.batchRules(List<org.json.JSONObject> rules,
boolean forwardToReplicas,
boolean clearExistingRules)
Add or Replace a list of synonyms
|
org.json.JSONObject |
Index.batchRules(List<org.json.JSONObject> rules,
boolean forwardToReplicas,
boolean clearExistingRules,
RequestOptions requestOptions)
Add or Replace a list of synonyms
|
org.json.JSONObject |
Index.batchSynonyms(List<org.json.JSONObject> objects)
Add or Replace a list of synonyms
|
org.json.JSONObject |
Index.batchSynonyms(List<org.json.JSONObject> objects,
boolean forwardToReplicas)
Add or Replace a list of synonyms
|
org.json.JSONObject |
Index.batchSynonyms(List<org.json.JSONObject> objects,
boolean forwardToReplicas,
boolean replaceExistingSynonyms)
Add or Replace a list of synonyms
|
org.json.JSONObject |
Index.batchSynonyms(List<org.json.JSONObject> objects,
boolean forwardToReplicas,
boolean replaceExistingSynonyms,
RequestOptions requestOptions)
Add or Replace a list of synonyms
|
org.json.JSONObject |
Index.batchSynonyms(List<org.json.JSONObject> objects,
boolean forwardToReplicas,
RequestOptions requestOptions)
Add or Replace a list of synonyms
|
org.json.JSONObject |
Index.batchSynonyms(List<org.json.JSONObject> objects,
RequestOptions requestOptions)
Add or Replace a list of synonyms
|
org.json.JSONObject |
Index.browse(int page)
Deprecated.
Use the `browse(Query params)` version
|
org.json.JSONObject |
Index.browse(int page,
int hitsPerPage)
Browse all index content
|
org.json.JSONObject |
Index.browse(int page,
int hitsPerPage,
RequestOptions requestOptions)
Browse all index content
|
Index.IndexBrowser |
Index.browse(Query params)
Browse all index content
|
Index.IndexBrowser |
Index.browse(Query params,
RequestOptions requestOptions)
Browse all index content
|
Index.IndexBrowser |
Index.browseFrom(Query params,
String cursor)
Browse all index content starting from a cursor
|
Index.IndexBrowser |
Index.browseFrom(Query params,
String cursor,
RequestOptions requestOptions)
Browse all index content starting from a cursor
|
Index.IndexBrowser |
Index.browseFrow(Query params,
String cursor)
Deprecated.
|
org.json.JSONObject |
Index.clearIndex()
Delete the index content without removing settings and index specific API keys.
|
org.json.JSONObject |
Index.clearIndex(RequestOptions requestOptions)
Delete the index content without removing settings and index specific API keys.
|
org.json.JSONObject |
Index.clearRules()
Delete all query rules
|
org.json.JSONObject |
Index.clearRules(boolean forwardToReplicas)
Delete all query rules
|
org.json.JSONObject |
Index.clearRules(boolean forwardToReplicas,
RequestOptions requestOptions)
Delete all query rules
|
org.json.JSONObject |
Index.clearSynonyms()
Delete all synonym set
|
org.json.JSONObject |
Index.clearSynonyms(boolean forwardToReplicas)
Delete all synonym set
|
org.json.JSONObject |
Index.clearSynonyms(boolean forwardToReplicas,
RequestOptions requestOptions)
Delete all synonym set
|
org.json.JSONObject |
Index.clearSynonyms(RequestOptions requestOptions)
Delete all synonym set
|
org.json.JSONObject |
APIClient.copyIndex(String srcIndexName,
String dstIndexName)
Copy an existing index.
|
org.json.JSONObject |
APIClient.copyIndex(String srcIndexName,
String dstIndexName,
List<String> scopes)
Copy an existing index.
|
org.json.JSONObject |
APIClient.copyIndex(String srcIndexName,
String dstIndexName,
List<String> scopes,
RequestOptions requestOptions)
Copy an existing index.
|
org.json.JSONObject |
APIClient.copyIndex(String srcIndexName,
String dstIndexName,
RequestOptions requestOptions)
Copy an existing index.
|
org.json.JSONObject |
APIClient.deleteApiKey(String key)
Delete an existing api key
|
org.json.JSONObject |
Index.deleteApiKey(String key)
Delete an existing api key
|
org.json.JSONObject |
APIClient.deleteApiKey(String key,
RequestOptions requestOptions)
Delete an existing api key
|
org.json.JSONObject |
Index.deleteApiKey(String key,
RequestOptions requestOptions)
Delete an existing api key
|
org.json.JSONObject |
Index.deleteBy(Query query)
Delete all objects matching a query
|
org.json.JSONObject |
Index.deleteBy(Query query,
RequestOptions requestOptions)
Delete all objects matching a query
|
void |
Index.deleteByQuery(Query query)
Deprecated.
use deleteBy
|
void |
Index.deleteByQuery(Query query,
int batchLimit)
Deprecated.
use deleteBy
|
void |
Index.deleteByQuery(Query query,
int batchLimit,
RequestOptions requestOptions)
Deprecated.
use deleteBy
|
void |
Index.deleteByQuery(Query query,
RequestOptions requestOptions)
Deprecated.
use deleteBy
|
org.json.JSONObject |
APIClient.deleteIndex(String indexName)
Delete an index
|
org.json.JSONObject |
APIClient.deleteIndex(String indexName,
RequestOptions requestOptions)
Delete an index
|
org.json.JSONObject |
Index.deleteObject(String objectID)
Delete an object from the index
|
org.json.JSONObject |
Index.deleteObject(String objectID,
RequestOptions requestOptions)
Delete an object from the index
|
org.json.JSONObject |
Index.deleteObjects(List<String> objects)
Delete several objects
|
org.json.JSONObject |
Index.deleteObjects(List<String> objects,
RequestOptions requestOptions)
Delete several objects
|
protected org.json.JSONObject |
APIClient.deleteRequest(String url,
RequestOptions requestOptions) |
org.json.JSONObject |
Index.deleteRule(String objectID)
Delete a query rule
|
org.json.JSONObject |
Index.deleteRule(String objectID,
RequestOptions requestOptions)
Delete a query rule
|
org.json.JSONObject |
Index.deleteSynonym(String objectID)
Delete one synonym
|
org.json.JSONObject |
Index.deleteSynonym(String objectID,
boolean forwardToReplicas)
Delete one synonym
|
org.json.JSONObject |
Index.deleteSynonym(String objectID,
boolean forwardToReplicas,
RequestOptions requestOptions)
Delete one synonym
|
org.json.JSONObject |
Index.deleteSynonym(String objectID,
RequestOptions requestOptions)
Delete one synonym
|
org.json.JSONObject |
APIClient.deleteUserKey(String key)
Deprecated.
|
org.json.JSONObject |
Index.deleteUserKey(String key)
Deprecated.
|
String |
APIClient.generateSecuredApiKey(String privateApiKey,
String tagFilters,
String userToken)
Deprecated.
Use `generateSecuredApiKey(String privateApiKey, Query query, String userToken)` version
|
org.json.JSONObject |
APIClient.getApiKey(String key)
Get an api key
|
org.json.JSONObject |
Index.getApiKey(String key)
Get ACL of an api key
|
org.json.JSONObject |
APIClient.getApiKey(String key,
RequestOptions requestOptions)
Get an api key
|
org.json.JSONObject |
Index.getApiKey(String key,
RequestOptions requestOptions)
Get ACL of an api key
|
org.json.JSONObject |
APIClient.getLogs()
Return 10 last log entries.
|
org.json.JSONObject |
APIClient.getLogs(int offset,
int length)
Return last logs entries.
|
org.json.JSONObject |
APIClient.getLogs(int offset,
int length,
APIClient.LogType logType)
Return last logs entries.
|
org.json.JSONObject |
APIClient.getLogs(int offset,
int length,
APIClient.LogType logType,
RequestOptions requestOptions)
Return last logs entries.
|
org.json.JSONObject |
APIClient.getLogs(int offset,
int length,
boolean onlyErrors)
Return last logs entries.
|
org.json.JSONObject |
APIClient.getLogs(int offset,
int length,
boolean onlyErrors,
RequestOptions requestOptions)
Return last logs entries.
|
org.json.JSONObject |
APIClient.getLogs(int offset,
int length,
RequestOptions requestOptions)
Return last logs entries.
|
org.json.JSONObject |
APIClient.getLogs(RequestOptions requestOptions)
Return 10 last log entries.
|
org.json.JSONObject |
Index.getObject(String objectID)
Get an object from this index.
|
org.json.JSONObject |
Index.getObject(String objectID,
List<String> attributesToRetrieve)
Get an object from this index
|
org.json.JSONObject |
Index.getObject(String objectID,
List<String> attributesToRetrieve,
RequestOptions requestOptions)
Get an object from this index
|
org.json.JSONObject |
Index.getObject(String objectID,
RequestOptions requestOptions)
Get an object from this index.
|
org.json.JSONObject |
Index.getObjects(List<String> objectIDs)
Get several objects from this index
|
org.json.JSONObject |
Index.getObjects(List<String> objectIDs,
List<String> attributesToRetrieve)
Get several objects from this index
|
org.json.JSONObject |
Index.getObjects(List<String> objectIDs,
List<String> attributesToRetrieve,
RequestOptions requestOptions)
Get several objects from this index
|
org.json.JSONObject |
Index.getObjects(List<String> objectIDs,
RequestOptions requestOptions)
Get several objects from this index
|
protected org.json.JSONObject |
APIClient.getRequest(String url,
boolean search,
RequestOptions requestOptions) |
org.json.JSONObject |
Index.getRule(String objectID)
Get a query rule
|
org.json.JSONObject |
Index.getRule(String objectID,
RequestOptions requestOptions)
Get a query rule
|
org.json.JSONObject |
Index.getSettings()
Get settings of this index
|
org.json.JSONObject |
Index.getSettings(RequestOptions requestOptions)
Get settings of this index
|
org.json.JSONObject |
Index.getSynonym(String objectID)
Get one synonym
|
org.json.JSONObject |
Index.getSynonym(String objectID,
RequestOptions requestOptions)
Get one synonym
|
org.json.JSONObject |
APIClient.getUserKeyACL(String key)
Deprecated.
|
org.json.JSONObject |
Index.getUserKeyACL(String key)
Deprecated.
|
org.json.JSONObject |
APIClient.listApiKeys()
List all existing api keys with their associated ACLs
|
org.json.JSONObject |
Index.listApiKeys()
List all existing api keys with their associated ACLs
|
org.json.JSONObject |
APIClient.listApiKeys(RequestOptions requestOptions)
List all existing api keys with their associated ACLs
|
org.json.JSONObject |
Index.listApiKeys(RequestOptions requestOptions)
List all existing api keys with their associated ACLs
|
org.json.JSONObject |
APIClient.listIndexes()
List all existing indexes
return an JSON Object in the form:
{ "items": [ {"name": "contacts", "createdAt": "2013-01-18T15:33:13.556Z"},
{"name": "notes", "createdAt": "2013-01-18T15:33:13.556Z"}]}
|
org.json.JSONObject |
APIClient.listIndexes(RequestOptions requestOptions)
List all existing indexes
return an JSON Object in the form:
{ "items": [ {"name": "contacts", "createdAt": "2013-01-18T15:33:13.556Z"},
{"name": "notes", "createdAt": "2013-01-18T15:33:13.556Z"}]}
|
org.json.JSONObject |
APIClient.listUserKeys()
Deprecated.
|
org.json.JSONObject |
Index.listUserKeys()
Deprecated.
|
org.json.JSONObject |
APIClient.moveIndex(String srcIndexName,
String dstIndexName)
Move an existing index.
|
org.json.JSONObject |
APIClient.moveIndex(String srcIndexName,
String dstIndexName,
RequestOptions requestOptions)
Move an existing index.
|
org.json.JSONObject |
APIClient.multipleQueries(List<APIClient.IndexQuery> queries)
This method allows to query multiple indexes with one API call
|
org.json.JSONObject |
APIClient.multipleQueries(List<APIClient.IndexQuery> queries,
RequestOptions requestOptions)
This method allows to query multiple indexes with one API call
|
org.json.JSONObject |
APIClient.multipleQueries(List<APIClient.IndexQuery> queries,
String strategy,
RequestOptions requestOptions) |
org.json.JSONObject |
Index.partialUpdateObject(org.json.JSONObject partialObject,
String objectID)
Update partially an object (only update attributes passed in argument), create the object if it does not exist
|
org.json.JSONObject |
Index.partialUpdateObject(org.json.JSONObject partialObject,
String objectID,
RequestOptions requestOptions)
Update partially an object (only update attributes passed in argument), create the object if it does not exist
|
org.json.JSONObject |
Index.partialUpdateObjectNoCreate(org.json.JSONObject partialObject,
String objectID)
Update partially an object (only update attributes passed in argument), do nothing if object does not exist
|
org.json.JSONObject |
Index.partialUpdateObjectNoCreate(org.json.JSONObject partialObject,
String objectID,
RequestOptions requestOptions)
Update partially an object (only update attributes passed in argument), do nothing if object does not exist
|
org.json.JSONObject |
Index.partialUpdateObjects(org.json.JSONArray objects)
Partially Override the content of several objects
|
org.json.JSONObject |
Index.partialUpdateObjects(org.json.JSONArray objects,
RequestOptions requestOptions)
Partially Override the content of several objects
|
org.json.JSONObject |
Index.partialUpdateObjects(List<org.json.JSONObject> objects)
Partially Override the content of several objects
|
org.json.JSONObject |
Index.partialUpdateObjects(List<org.json.JSONObject> objects,
RequestOptions requestOptions)
Partially Override the content of several objects
|
protected org.json.JSONObject |
APIClient.postRequest(String url,
String obj,
boolean build,
boolean search,
RequestOptions requestOptions) |
protected org.json.JSONObject |
APIClient.putRequest(String url,
String obj,
RequestOptions requestOptions) |
org.json.JSONObject |
Index.saveObject(org.json.JSONObject object,
String objectID)
Override the content of object
|
org.json.JSONObject |
Index.saveObject(org.json.JSONObject object,
String objectID,
RequestOptions requestOptions)
Override the content of object
|
org.json.JSONObject |
Index.saveObjects(org.json.JSONArray objects)
Override the content of several objects
|
org.json.JSONObject |
Index.saveObjects(org.json.JSONArray objects,
RequestOptions requestOptions)
Override the content of several objects
|
org.json.JSONObject |
Index.saveObjects(List<org.json.JSONObject> objects)
Override the content of several objects
|
org.json.JSONObject |
Index.saveObjects(List<org.json.JSONObject> objects,
RequestOptions requestOptions)
Override the content of several objects
|
org.json.JSONObject |
Index.saveRule(String objectID,
org.json.JSONObject rule)
Save a query rule
|
org.json.JSONObject |
Index.saveRule(String objectID,
org.json.JSONObject rule,
boolean forwardToReplicas)
Save a query rule
|
org.json.JSONObject |
Index.saveRule(String objectID,
org.json.JSONObject rule,
boolean forwardToReplicas,
RequestOptions requestOptions)
Save a query rule
|
org.json.JSONObject |
Index.saveSynonym(String objectID,
org.json.JSONObject content)
Update one synonym
|
org.json.JSONObject |
Index.saveSynonym(String objectID,
org.json.JSONObject content,
boolean forwardToReplicas)
Update one synonym
|
org.json.JSONObject |
Index.saveSynonym(String objectID,
org.json.JSONObject content,
boolean forwardToReplicas,
RequestOptions requestOptions)
Update one synonym
|
org.json.JSONObject |
Index.saveSynonym(String objectID,
org.json.JSONObject content,
RequestOptions requestOptions)
Update one synonym
|
org.json.JSONObject |
Index.search(Query params)
Search inside the index
|
org.json.JSONObject |
Index.search(Query params,
RequestOptions requestOptions)
Search inside the index
|
org.json.JSONObject |
Index.searchDisjunctiveFaceting(Query query,
List<String> disjunctiveFacets) |
org.json.JSONObject |
Index.searchDisjunctiveFaceting(Query query,
List<String> disjunctiveFacets,
Map<String,List<String>> refinements)
Perform a search with disjunctive facets generating as many queries as number of disjunctive facets
|
org.json.JSONObject |
Index.searchInFacetValues(String facetName,
String facetQuery,
Query params)
Search into a facet value
|
org.json.JSONObject |
Index.searchInFacetValues(String facetName,
String facetQuery,
Query params,
RequestOptions requestOptions)
Search into a facet value
|
org.json.JSONObject |
Index.searchRules(RuleQuery query)
Search for query rules
|
org.json.JSONObject |
Index.searchRules(RuleQuery query,
RequestOptions requestOptions)
Search for query rules
|
org.json.JSONObject |
Index.searchSynonyms(SynonymQuery query)
Search for synonyms
|
org.json.JSONObject |
Index.searchSynonyms(SynonymQuery query,
RequestOptions requestOptions)
Search for synonyms
|
org.json.JSONObject |
Index.setSettings(org.json.JSONObject settings)
Set settings for this index
|
org.json.JSONObject |
Index.setSettings(org.json.JSONObject settings,
Boolean forwardToReplicas) |
org.json.JSONObject |
Index.setSettings(org.json.JSONObject settings,
Boolean forwardToReplicas,
RequestOptions requestOptions) |
org.json.JSONObject |
Index.setSettings(org.json.JSONObject settings,
RequestOptions requestOptions)
Set settings for this index
|
org.json.JSONObject |
APIClient.updateApiKey(String key,
org.json.JSONObject params)
Update an api key
|
org.json.JSONObject |
Index.updateApiKey(String key,
org.json.JSONObject params)
Update a new api key
|
org.json.JSONObject |
APIClient.updateApiKey(String key,
org.json.JSONObject params,
RequestOptions requestOptions)
Update an api key
|
org.json.JSONObject |
Index.updateApiKey(String key,
org.json.JSONObject params,
RequestOptions requestOptions)
Update a new api key
|
org.json.JSONObject |
APIClient.updateApiKey(String key,
List<String> acls)
Update an api key
|
org.json.JSONObject |
Index.updateApiKey(String key,
List<String> acls)
Update an api key
|
org.json.JSONObject |
APIClient.updateApiKey(String key,
List<String> acls,
int validity,
int maxQueriesPerIPPerHour,
int maxHitsPerQuery)
Update an api key
|
org.json.JSONObject |
Index.updateApiKey(String key,
List<String> acls,
int validity,
int maxQueriesPerIPPerHour,
int maxHitsPerQuery)
Update an api key
|
org.json.JSONObject |
APIClient.updateApiKey(String key,
List<String> acls,
int validity,
int maxQueriesPerIPPerHour,
int maxHitsPerQuery,
List<String> indexes)
Update an api key
|
org.json.JSONObject |
APIClient.updateApiKey(String key,
List<String> acls,
int validity,
int maxQueriesPerIPPerHour,
int maxHitsPerQuery,
List<String> indexes,
RequestOptions requestOptions)
Update an api key
|
org.json.JSONObject |
APIClient.updateApiKey(String key,
List<String> acls,
int validity,
int maxQueriesPerIPPerHour,
int maxHitsPerQuery,
RequestOptions requestOptions)
Update an api key
|
org.json.JSONObject |
Index.updateApiKey(String key,
List<String> acls,
int validity,
int maxQueriesPerIPPerHour,
int maxHitsPerQuery,
RequestOptions requestOptions)
Update an api key
|
org.json.JSONObject |
APIClient.updateApiKey(String key,
List<String> acls,
RequestOptions requestOptions)
Update an api key
|
org.json.JSONObject |
APIClient.updateUserKey(String key,
org.json.JSONObject params)
Deprecated.
|
org.json.JSONObject |
Index.updateUserKey(String key,
org.json.JSONObject params)
Deprecated.
|
org.json.JSONObject |
APIClient.updateUserKey(String key,
List<String> acls)
Deprecated.
|
org.json.JSONObject |
Index.updateUserKey(String key,
List<String> acls)
Deprecated.
|
org.json.JSONObject |
APIClient.updateUserKey(String key,
List<String> acls,
int validity,
int maxQueriesPerIPPerHour,
int maxHitsPerQuery)
Deprecated.
|
org.json.JSONObject |
Index.updateUserKey(String key,
List<String> acls,
int validity,
int maxQueriesPerIPPerHour,
int maxHitsPerQuery)
Deprecated.
|
org.json.JSONObject |
APIClient.updateUserKey(String key,
List<String> acls,
int validity,
int maxQueriesPerIPPerHour,
int maxHitsPerQuery,
List<String> indexes)
Deprecated.
|
void |
Index.waitTask(Long taskID)
Wait the publication of a task on the server.
|
void |
Index.waitTask(String taskID)
Wait the publication of a task on the server.
|
void |
Index.waitTask(String taskID,
long timeToWait)
Wait the publication of a task on the server.
|
void |
Index.waitTask(String taskID,
long timeToWait,
RequestOptions requestOptions)
Wait the publication of a task on the server.
|
Copyright © 2019. All rights reserved.