Skip navigation links
A B C D E G H I L M N O P Q R S T U V W 

A

AbstractSynonym - Interface in com.algolia.search.inputs.synonym
 
addCustomParameter(String, String) - Method in class com.algolia.search.objects.Query
 
addKey(ApiKey) - Method in class com.algolia.search.APIClient
Create a new key
addKey(ApiKey) - Method in class com.algolia.search.Index
Add a key to this index
addObject(T) - Method in class com.algolia.search.Index
Add an object in this index
addObject(String, T) - Method in class com.algolia.search.Index
Add an object in this index with a unique identifier
addObjects(List<T>) - Method in class com.algolia.search.Index
Add several objects
AddValueOperation - Class in com.algolia.search.inputs.partial_update
 
AddValueOperation(String, String, String) - Constructor for class com.algolia.search.inputs.partial_update.AddValueOperation
Add a value to an existing array
AddValueUniqueOperation - Class in com.algolia.search.inputs.partial_update
 
AddValueUniqueOperation(String, String, String) - Constructor for class com.algolia.search.inputs.partial_update.AddValueUniqueOperation
Add a value to an existing array, only if the value is not yet present
ALGOLIA_NET - Static variable in interface com.algolia.search.Defaults
 
AlgoliaError - Class in com.algolia.search.responses
 
AlgoliaError() - Constructor for class com.algolia.search.responses.AlgoliaError
 
AlgoliaException - Exception in com.algolia.search.exceptions
Generic Algolia Exception
AlgoliaException(String) - Constructor for exception com.algolia.search.exceptions.AlgoliaException
 
AlgoliaException(String, Exception) - Constructor for exception com.algolia.search.exceptions.AlgoliaException
 
AlgoliaHttpClient - Class in com.algolia.search.http
 
AlgoliaHttpClient() - Constructor for class com.algolia.search.http.AlgoliaHttpClient
 
AlgoliaHttpException - Exception in com.algolia.search.exceptions
Algolia Exception if there was an unexpected response code (!= 2XX)
AlgoliaHttpException(int, String) - Constructor for exception com.algolia.search.exceptions.AlgoliaHttpException
 
AlgoliaHttpRequest - Class in com.algolia.search.http
 
AlgoliaHttpRequest(String, String, AlgoliaRequest<?>) - Constructor for class com.algolia.search.http.AlgoliaHttpRequest
 
AlgoliaHttpResponse - Interface in com.algolia.search.http
 
AlgoliaHttpRetriesException - Exception in com.algolia.search.exceptions
Algolia Exception if all retries failed
AlgoliaHttpRetriesException(String, List<AlgoliaIOException>) - Constructor for exception com.algolia.search.exceptions.AlgoliaHttpRetriesException
 
AlgoliaIOException - Exception in com.algolia.search.exceptions
Algolia Exception if there was an IOError linked to a host
AlgoliaIOException(String, IOException) - Constructor for exception com.algolia.search.exceptions.AlgoliaIOException
 
ALGOLIANET_COM - Static variable in interface com.algolia.search.Defaults
 
AlgoliaRequest<T> - Class in com.algolia.search.http
 
AlgoliaRequest(HttpMethod, boolean, List<String>, Class<T>) - Constructor for class com.algolia.search.http.AlgoliaRequest
 
AlgoliaRequest(HttpMethod, boolean, List<String>, Class<T>, Class<?>) - Constructor for class com.algolia.search.http.AlgoliaRequest
 
AltCorrection1 - Class in com.algolia.search.inputs.synonym
 
AltCorrection1() - Constructor for class com.algolia.search.inputs.synonym.AltCorrection1
 
AltCorrection2 - Class in com.algolia.search.inputs.synonym
 
AltCorrection2() - Constructor for class com.algolia.search.inputs.synonym.AltCorrection2
 
APIClient - Class in com.algolia.search
 
apiClient - Variable in class com.algolia.search.objects.GenericTask
 
APIClientBuilder - Class in com.algolia.search
Base class to create APIClient
APIClientBuilder(String, String) - Constructor for class com.algolia.search.APIClientBuilder
Initialize this builder with the applicationId and apiKey
APIClientConfiguration - Class in com.algolia.search
 
APIClientConfiguration() - Constructor for class com.algolia.search.APIClientConfiguration
 
ApiKey - Class in com.algolia.search.objects
 
ApiKey() - Constructor for class com.algolia.search.objects.ApiKey
 
ApiKeys - Class in com.algolia.search.inputs
 
ApiKeys() - Constructor for class com.algolia.search.inputs.ApiKeys
 
Attributes() - Constructor for class com.algolia.search.Index.Attributes
 

B

batch(List<BatchOperation>) - Method in class com.algolia.search.APIClient
Custom batch
batch(List<BatchOperation>) - Method in class com.algolia.search.Index
Custom batch
Batch - Class in com.algolia.search.inputs
 
Batch(List<BatchOperation>) - Constructor for class com.algolia.search.inputs.Batch
 
BatchAddObjectOperation<T> - Class in com.algolia.search.inputs.batch
 
BatchAddObjectOperation(String, T) - Constructor for class com.algolia.search.inputs.batch.BatchAddObjectOperation
 
BatchAddObjectOperation(Index<T>, T) - Constructor for class com.algolia.search.inputs.batch.BatchAddObjectOperation
 
BatchAddObjectOperation(T) - Constructor for class com.algolia.search.inputs.batch.BatchAddObjectOperation
 
BatchClearIndexOperation - Class in com.algolia.search.inputs.batch
 
BatchClearIndexOperation() - Constructor for class com.algolia.search.inputs.batch.BatchClearIndexOperation
 
BatchClearIndexOperation(String) - Constructor for class com.algolia.search.inputs.batch.BatchClearIndexOperation
 
BatchClearIndexOperation(Index<?>) - Constructor for class com.algolia.search.inputs.batch.BatchClearIndexOperation
 
BatchDeleteIndexOperation - Class in com.algolia.search.inputs.batch
 
BatchDeleteIndexOperation() - Constructor for class com.algolia.search.inputs.batch.BatchDeleteIndexOperation
 
BatchDeleteIndexOperation(String) - Constructor for class com.algolia.search.inputs.batch.BatchDeleteIndexOperation
 
BatchDeleteIndexOperation(Index<?>) - Constructor for class com.algolia.search.inputs.batch.BatchDeleteIndexOperation
 
BatchDeleteObjectOperation - Class in com.algolia.search.inputs.batch
 
BatchDeleteObjectOperation(String, String) - Constructor for class com.algolia.search.inputs.batch.BatchDeleteObjectOperation
 
BatchDeleteObjectOperation(String) - Constructor for class com.algolia.search.inputs.batch.BatchDeleteObjectOperation
 
BatchDeleteObjectOperation(Index<?>, String) - Constructor for class com.algolia.search.inputs.batch.BatchDeleteObjectOperation
 
BatchOperation - Interface in com.algolia.search.inputs
 
BatchOperations - Class in com.algolia.search.inputs
 
BatchOperations(List<BatchOperation>) - Constructor for class com.algolia.search.inputs.BatchOperations
 
BatchPartialUpdateObjectNoCreateOperation<T> - Class in com.algolia.search.inputs.batch
 
BatchPartialUpdateObjectNoCreateOperation(String, T) - Constructor for class com.algolia.search.inputs.batch.BatchPartialUpdateObjectNoCreateOperation
 
BatchPartialUpdateObjectNoCreateOperation(T) - Constructor for class com.algolia.search.inputs.batch.BatchPartialUpdateObjectNoCreateOperation
 
BatchPartialUpdateObjectNoCreateOperation(Index<T>, T) - Constructor for class com.algolia.search.inputs.batch.BatchPartialUpdateObjectNoCreateOperation
 
BatchPartialUpdateObjectOperation<T> - Class in com.algolia.search.inputs.batch
 
BatchPartialUpdateObjectOperation(String, T) - Constructor for class com.algolia.search.inputs.batch.BatchPartialUpdateObjectOperation
 
BatchPartialUpdateObjectOperation(T) - Constructor for class com.algolia.search.inputs.batch.BatchPartialUpdateObjectOperation
 
BatchPartialUpdateObjectOperation(Index<T>, T) - Constructor for class com.algolia.search.inputs.batch.BatchPartialUpdateObjectOperation
 
batchSynonyms(List<AbstractSynonym>, boolean, boolean) - Method in class com.algolia.search.Index
Add or Replace a list of synonyms
batchSynonyms(List<AbstractSynonym>, boolean) - Method in class com.algolia.search.Index
Add or Replace a list of synonyms, no replacement
batchSynonyms(List<AbstractSynonym>) - Method in class com.algolia.search.Index
Add or Replace a list of synonyms, no forward to slaves, and no replacement
BatchUpdateObjectOperation<T> - Class in com.algolia.search.inputs.batch
 
BatchUpdateObjectOperation(String, T) - Constructor for class com.algolia.search.inputs.batch.BatchUpdateObjectOperation
 
BatchUpdateObjectOperation(T) - Constructor for class com.algolia.search.inputs.batch.BatchUpdateObjectOperation
 
BatchUpdateObjectOperation(Index<T>, T) - Constructor for class com.algolia.search.inputs.batch.BatchUpdateObjectOperation
 
browse(Query) - Method in class com.algolia.search.Index
Browse all the content of this index
browseFrom(Query, String) - Method in class com.algolia.search.Index
Browse all the content of this index
BrowseResult<T> - Class in com.algolia.search.responses
 
BrowseResult() - Constructor for class com.algolia.search.responses.BrowseResult
 
build(APIClientConfiguration) - Method in class com.algolia.search.APIClientBuilder
 
build() - Method in class com.algolia.search.APIClientBuilder
Build the APIClient

C

clear() - Method in class com.algolia.search.Index
Delete the index content without removing settings and index specific API keys.
clearSynonyms() - Method in class com.algolia.search.Index
Clear all synonyms and NOT forwarding it to the slaves
clearSynonyms(boolean) - Method in class com.algolia.search.Index
Clears all synonyms
com.algolia.search - package com.algolia.search
 
com.algolia.search.exceptions - package com.algolia.search.exceptions
 
com.algolia.search.http - package com.algolia.search.http
 
com.algolia.search.inputs - package com.algolia.search.inputs
 
com.algolia.search.inputs.batch - package com.algolia.search.inputs.batch
 
com.algolia.search.inputs.partial_update - package com.algolia.search.inputs.partial_update
 
com.algolia.search.inputs.synonym - package com.algolia.search.inputs.synonym
 
com.algolia.search.objects - package com.algolia.search.objects
 
com.algolia.search.responses - package com.algolia.search.responses
 
configuration - Variable in class com.algolia.search.APIClient
 
CONNECT_TIMEOUT_MS - Static variable in interface com.algolia.search.Defaults
 
copyTo(String) - Method in class com.algolia.search.Index
Copy an existing index
CreateUpdateKey - Class in com.algolia.search.responses
 
CreateUpdateKey() - Constructor for class com.algolia.search.responses.CreateUpdateKey
 

D

DecrementValueOperation - Class in com.algolia.search.inputs.partial_update
 
DecrementValueOperation(String, String, int) - Constructor for class com.algolia.search.inputs.partial_update.DecrementValueOperation
Decrement a value
DEFAULT_OBJECT_MAPPER - Static variable in interface com.algolia.search.Defaults
 
Defaults - Interface in com.algolia.search
 
delete() - Method in class com.algolia.search.Index
Deletes the index
deleteByQuery(Query) - Method in class com.algolia.search.Index
Delete records matching a query, with a batch size of 1000, internally uses browse
deleteByQuery(Query, int) - Method in class com.algolia.search.Index
Delete records matching a query, internally uses browse
deleteKey(String) - Method in class com.algolia.search.APIClient
Delete an existing key
deleteKey(String) - Method in class com.algolia.search.Index
Delete a key by name from this index
DeleteKey - Class in com.algolia.search.responses
 
DeleteKey() - Constructor for class com.algolia.search.responses.DeleteKey
 
deleteObject(String) - Method in class com.algolia.search.Index
Delete an object from the index
deleteObjects(List<String>) - Method in class com.algolia.search.Index
Delete objects from the index
deleteSynonym(String) - Method in class com.algolia.search.Index
Deletes a synonym by ID and NOT forwarding it to the slaves
deleteSynonym(String, boolean) - Method in class com.algolia.search.Index
Deletes a synonym

E

empty() - Static method in class com.algolia.search.responses.BrowseResult
 

G

generateBuildHosts() - Method in class com.algolia.search.APIClientBuilder
 
generateHeaders() - Method in class com.algolia.search.APIClientBuilder
 
generateQueryHosts() - Method in class com.algolia.search.APIClientBuilder
 
generateSecuredApiKey(String, Query) - Method in class com.algolia.search.APIClient
Generate a secured and public API Key from a query and an optional user token identifying the current user
generateSecuredApiKey(String, Query, String) - Method in class com.algolia.search.APIClient
Generate a secured and public API Key from a query and an optional user token identifying the current user
GenericTask<T> - Class in com.algolia.search.objects
 
GenericTask() - Constructor for class com.algolia.search.objects.GenericTask
 
getAcl() - Method in class com.algolia.search.objects.ApiKey
 
getAction() - Method in class com.algolia.search.inputs.batch.BatchAddObjectOperation
 
getAction() - Method in class com.algolia.search.inputs.batch.BatchClearIndexOperation
 
getAction() - Method in class com.algolia.search.inputs.batch.BatchDeleteIndexOperation
 
getAction() - Method in class com.algolia.search.inputs.batch.BatchDeleteObjectOperation
 
getAction() - Method in class com.algolia.search.inputs.batch.BatchPartialUpdateObjectNoCreateOperation
 
getAction() - Method in class com.algolia.search.inputs.batch.BatchPartialUpdateObjectOperation
 
getAction() - Method in class com.algolia.search.inputs.batch.BatchUpdateObjectOperation
 
getAction() - Method in interface com.algolia.search.inputs.BatchOperation
 
getAdvancedSyntax() - Method in class com.algolia.search.objects.IndexSettings
 
getAllowCompressionOfIntegerArray() - Method in class com.algolia.search.objects.IndexSettings
 
getAllowTyposOnNumericTokens() - Method in class com.algolia.search.objects.IndexSettings
 
getAnswer() - Method in class com.algolia.search.objects.Log
 
getAnswerCode() - Method in class com.algolia.search.objects.Log
 
getApiKey() - Method in class com.algolia.search.APIClientConfiguration
 
getApplicationId() - Method in class com.algolia.search.APIClientConfiguration
 
getAttributeForDistinc() - Method in class com.algolia.search.objects.IndexSettings
 
getAttributesForFaceting() - Method in class com.algolia.search.objects.IndexSettings
 
getAttributesToHighlight() - Method in class com.algolia.search.objects.IndexSettings
 
getAttributesToIndex() - Method in class com.algolia.search.objects.IndexSettings
 
getAttributesToRetrieve() - Method in class com.algolia.search.objects.IndexSettings
 
getAttributesToSnippet() - Method in class com.algolia.search.objects.IndexSettings
 
getBody() - Method in interface com.algolia.search.http.AlgoliaHttpResponse
 
getBody() - Method in class com.algolia.search.inputs.batch.BatchAddObjectOperation
 
getBody() - Method in class com.algolia.search.inputs.batch.BatchPartialUpdateObjectNoCreateOperation
 
getBody() - Method in class com.algolia.search.inputs.batch.BatchPartialUpdateObjectOperation
 
getBody() - Method in class com.algolia.search.inputs.batch.BatchUpdateObjectOperation
 
getBuildHosts() - Method in class com.algolia.search.APIClientConfiguration
 
getBuildHosts() - Method in class com.algolia.search.http.AlgoliaHttpClient
 
getConnectTimeout() - Method in class com.algolia.search.APIClientConfiguration
 
getContent() - Method in class com.algolia.search.http.AlgoliaHttpRequest
 
getCorrections() - Method in class com.algolia.search.inputs.synonym.AltCorrection1
 
getCorrections() - Method in class com.algolia.search.inputs.synonym.AltCorrection2
 
getCreatedAt() - Method in class com.algolia.search.Index.Attributes
 
getCreatedAt() - Method in class com.algolia.search.objects.TasksMultipleIndex
 
getCreatedAt() - Method in class com.algolia.search.responses.CreateUpdateKey
 
getCursor() - Method in class com.algolia.search.IndexIterable
Get the cursor
getCursor() - Method in class com.algolia.search.IndexIterator
 
getCursor() - Method in class com.algolia.search.responses.BrowseResult
 
getCustomRanking() - Method in class com.algolia.search.objects.IndexSettings
 
getDataSize() - Method in class com.algolia.search.Index.Attributes
 
getDeletedAt() - Method in class com.algolia.search.responses.DeleteKey
 
getDescription() - Method in class com.algolia.search.objects.ApiKey
 
getDestination() - Method in class com.algolia.search.inputs.OperationOnIndex
 
getDisableTypoToleranceOnAttributes() - Method in class com.algolia.search.objects.IndexSettings
 
getDisableTypoToleranceOnWords() - Method in class com.algolia.search.objects.IndexSettings
 
getDistinct() - Method in class com.algolia.search.objects.IndexSettings
 
getEntries() - Method in class com.algolia.search.Index.Attributes
 
getExhaustiveFacetsCount() - Method in class com.algolia.search.responses.SearchResult
 
getFacets() - Method in class com.algolia.search.responses.SearchResult
 
getFileSize() - Method in class com.algolia.search.Index.Attributes
 
getHeaders() - Method in class com.algolia.search.APIClientConfiguration
 
getHighlightPostTag() - Method in class com.algolia.search.objects.IndexSettings
 
getHighlightPreTag() - Method in class com.algolia.search.objects.IndexSettings
 
getHits() - Method in class com.algolia.search.responses.BrowseResult
 
getHits() - Method in class com.algolia.search.responses.SearchResult
 
getHits() - Method in class com.algolia.search.responses.SearchSynonymResult
 
getHitsPerPage() - Method in class com.algolia.search.objects.IndexSettings
 
getHitsPerPage() - Method in class com.algolia.search.objects.SynonymQuery
 
getHitsPerPage() - Method in class com.algolia.search.responses.SearchResult
 
getHost() - Method in class com.algolia.search.http.AlgoliaHttpRequest
 
getHttpResponseCode() - Method in exception com.algolia.search.exceptions.AlgoliaHttpException
 
getIgnorePlurals() - Method in class com.algolia.search.objects.IndexSettings
 
getIndexes() - Method in class com.algolia.search.objects.ApiKey
 
getIndexName() - Method in class com.algolia.search.inputs.batch.BatchAddObjectOperation
 
getIndexName() - Method in class com.algolia.search.inputs.batch.BatchClearIndexOperation
 
getIndexName() - Method in class com.algolia.search.inputs.batch.BatchDeleteIndexOperation
 
getIndexName() - Method in class com.algolia.search.inputs.batch.BatchDeleteObjectOperation
 
getIndexName() - Method in class com.algolia.search.inputs.batch.BatchPartialUpdateObjectNoCreateOperation
 
getIndexName() - Method in class com.algolia.search.inputs.batch.BatchPartialUpdateObjectOperation
 
getIndexName() - Method in class com.algolia.search.inputs.batch.BatchUpdateObjectOperation
 
getIndexName() - Method in interface com.algolia.search.inputs.BatchOperation
 
getIndexName() - Method in class com.algolia.search.inputs.Requests.Request
 
getIndexName() - Method in class com.algolia.search.objects.IndexQuery
 
getInput() - Method in class com.algolia.search.inputs.synonym.OneWaySynonym
 
getIoExceptionList() - Method in exception com.algolia.search.exceptions.AlgoliaHttpRetriesException
 
getIp() - Method in class com.algolia.search.objects.Log
 
getItems() - Method in class com.algolia.search.responses.Indices
 
getKey(String) - Method in class com.algolia.search.APIClient
Get an Key from it's name
getKey(String) - Method in class com.algolia.search.Index
Get a key by name from this index
getKey() - Method in class com.algolia.search.responses.CreateUpdateKey
Name of this key
getKeys() - Method in class com.algolia.search.inputs.ApiKeys
 
getKlass() - Method in class com.algolia.search.Index
 
getLastBuildTimeS() - Method in class com.algolia.search.Index.Attributes
 
getLogs() - Method in class com.algolia.search.APIClient
Return 10 last log entries.
getLogs(Integer, Integer, LogType) - Method in class com.algolia.search.APIClient
Return last logs entries
getLogs() - Method in class com.algolia.search.responses.Logs
 
getMaxHitsPerQuery() - Method in class com.algolia.search.objects.ApiKey
 
getMaxQueriesPerIPPerHour() - Method in class com.algolia.search.objects.ApiKey
 
getMaxValuesPerFacet() - Method in class com.algolia.search.objects.IndexSettings
 
getMessage() - Method in class com.algolia.search.responses.AlgoliaError
 
getMethod() - Method in class com.algolia.search.http.AlgoliaHttpRequest
 
getMethod() - Method in class com.algolia.search.objects.Log
 
getMinProximity() - Method in class com.algolia.search.objects.IndexSettings
 
getMinWordSizefor1Typo() - Method in class com.algolia.search.objects.IndexSettings
 
getMinWordSizefor2Typos() - Method in class com.algolia.search.objects.IndexSettings
 
getName() - Method in class com.algolia.search.Index.Attributes
 
getName() - Method in class com.algolia.search.Index
 
getName() - Method in enum com.algolia.search.objects.LogType
 
getName() - Method in enum com.algolia.search.objects.MultiQueriesStrategy
 
getNbHits() - Method in class com.algolia.search.responses.SearchResult
 
getNbHits() - Method in class com.algolia.search.responses.SearchSynonymResult
 
getNbPages() - Method in class com.algolia.search.responses.SearchResult
 
getNumberOfPendingTask() - Method in class com.algolia.search.Index.Attributes
 
getNumericAttributesToIndex() - Method in class com.algolia.search.objects.IndexSettings
 
getObject(String) - Method in class com.algolia.search.Index
Get an object from this index
getObjectID() - Method in class com.algolia.search.inputs.batch.BatchDeleteObjectOperation
 
getObjectID() - Method in class com.algolia.search.inputs.partial_update.AddValueOperation
 
getObjectID() - Method in class com.algolia.search.inputs.partial_update.AddValueUniqueOperation
 
getObjectID() - Method in class com.algolia.search.inputs.partial_update.DecrementValueOperation
 
getObjectID() - Method in class com.algolia.search.inputs.partial_update.IncrementValueOperation
 
getObjectID() - Method in interface com.algolia.search.inputs.partial_update.PartialUpdateOperation
 
getObjectID() - Method in class com.algolia.search.inputs.partial_update.RemoveValueOperation
 
getObjectID() - Method in class com.algolia.search.inputs.Requests.Request
 
getObjectID() - Method in interface com.algolia.search.inputs.synonym.AbstractSynonym
 
getObjectID() - Method in class com.algolia.search.inputs.synonym.AltCorrection1
 
getObjectID() - Method in class com.algolia.search.inputs.synonym.AltCorrection2
 
getObjectID() - Method in class com.algolia.search.inputs.synonym.OneWaySynonym
 
getObjectID() - Method in class com.algolia.search.inputs.synonym.Placeholder
 
getObjectID() - Method in class com.algolia.search.inputs.synonym.Synonym
 
getObjectID() - Method in class com.algolia.search.objects.TaskIndexing
 
getObjectIDs() - Method in class com.algolia.search.objects.TaskSingleIndex
 
getObjectIDs() - Method in class com.algolia.search.objects.TasksMultipleIndex
 
getObjectMapper() - Method in class com.algolia.search.APIClientConfiguration
 
getObjectMapper() - Method in class com.algolia.search.http.AlgoliaHttpClient
 
getObjects(List<String>) - Method in class com.algolia.search.Index
Get several objects from this index
getOperation() - Method in class com.algolia.search.inputs.OperationOnIndex
 
getOptionalWords() - Method in class com.algolia.search.objects.IndexSettings
 
getPage() - Method in class com.algolia.search.objects.SynonymQuery
 
getPage() - Method in class com.algolia.search.responses.SearchResult
 
getParameters() - Method in class com.algolia.search.http.AlgoliaHttpRequest
 
getParams() - Method in class com.algolia.search.inputs.Search
 
getParams() - Method in class com.algolia.search.responses.BrowseResult
 
getParams() - Method in class com.algolia.search.responses.SearchResult
 
getPath() - Method in class com.algolia.search.http.AlgoliaHttpRequest
 
getPendingTask() - Method in class com.algolia.search.Index.Attributes
 
getPendingTask() - Method in class com.algolia.search.responses.TaskStatus
 
getPlaceholder() - Method in class com.algolia.search.inputs.synonym.Placeholder
 
getProcessingTimeMS() - Method in class com.algolia.search.responses.BrowseResult
 
getProcessingTimeMS() - Method in class com.algolia.search.responses.SearchResult
 
getQuery() - Method in class com.algolia.search.objects.IndexQuery
 
getQuery() - Method in class com.algolia.search.objects.SynonymQuery
 
getQuery() - Method in class com.algolia.search.responses.BrowseResult
 
getQuery() - Method in class com.algolia.search.responses.SearchResult
 
getQueryBody() - Method in class com.algolia.search.objects.Log
 
getQueryHeaders() - Method in class com.algolia.search.objects.Log
 
getQueryHosts() - Method in class com.algolia.search.APIClientConfiguration
 
getQueryHosts() - Method in class com.algolia.search.http.AlgoliaHttpClient
 
getQueryParameters() - Method in class com.algolia.search.objects.ApiKey
 
getQueryType() - Method in class com.algolia.search.objects.IndexSettings
 
getRanking() - Method in class com.algolia.search.objects.IndexSettings
 
getReadTimeout() - Method in class com.algolia.search.APIClientConfiguration
 
getReferers() - Method in class com.algolia.search.objects.ApiKey
 
getRemoveStopWords() - Method in class com.algolia.search.objects.IndexSettings
 
getReplacements() - Method in class com.algolia.search.inputs.synonym.Placeholder
 
getReplaceSynonymsInHighlight() - Method in class com.algolia.search.objects.IndexSettings
 
getRequests() - Method in class com.algolia.search.inputs.Batch
 
getRequests() - Method in class com.algolia.search.inputs.BatchOperations
 
getRequests() - Method in class com.algolia.search.inputs.MultipleQueriesRequests
 
getRequests() - Method in class com.algolia.search.inputs.Requests
 
getResults() - Method in class com.algolia.search.responses.MultiQueriesResult
 
getResults() - Method in class com.algolia.search.responses.Results
 
getSeparatorsToInde() - Method in class com.algolia.search.objects.IndexSettings
 
getSettings() - Method in class com.algolia.search.Index
Get settings of this index
getSha1() - Method in class com.algolia.search.objects.Log
 
getSlaves() - Method in class com.algolia.search.objects.IndexSettings
 
getSnippetEllipsisText() - Method in class com.algolia.search.objects.IndexSettings
 
getStatus() - Method in class com.algolia.search.responses.TaskStatus
 
getStatusCode() - Method in interface com.algolia.search.http.AlgoliaHttpResponse
 
getSynonym(String) - Method in class com.algolia.search.Index
Get a synonym by ID
getSynonyms() - Method in class com.algolia.search.inputs.synonym.OneWaySynonym
 
getSynonyms() - Method in class com.algolia.search.inputs.synonym.Synonym
 
getTaskID() - Method in class com.algolia.search.objects.GenericTask
 
getTaskIDToWaitFor() - Method in class com.algolia.search.objects.GenericTask
 
getTaskIDToWaitFor() - Method in class com.algolia.search.objects.Task
 
getTaskIDToWaitFor() - Method in class com.algolia.search.objects.TasksMultipleIndex
 
getTimestamp() - Method in class com.algolia.search.objects.Log
 
getType() - Method in interface com.algolia.search.inputs.synonym.AbstractSynonym
 
getType() - Method in class com.algolia.search.inputs.synonym.AltCorrection1
 
getType() - Method in class com.algolia.search.inputs.synonym.AltCorrection2
 
getType() - Method in class com.algolia.search.inputs.synonym.OneWaySynonym
 
getType() - Method in class com.algolia.search.inputs.synonym.Placeholder
 
getType() - Method in class com.algolia.search.inputs.synonym.Synonym
 
getTypes() - Method in class com.algolia.search.objects.SynonymQuery
 
getTypoTolerance() - Method in class com.algolia.search.objects.IndexSettings
 
getUnretrievableAttributes() - Method in class com.algolia.search.objects.IndexSettings
 
getUpdatedAt() - Method in class com.algolia.search.Index.Attributes
 
getUrl() - Method in class com.algolia.search.objects.Log
 
getValidity() - Method in class com.algolia.search.objects.ApiKey
 
getWord() - Method in class com.algolia.search.inputs.synonym.AltCorrection1
 
getWord() - Method in class com.algolia.search.inputs.synonym.AltCorrection2
 

H

hasNext() - Method in class com.algolia.search.IndexIterator
 
httpClient - Variable in class com.algolia.search.APIClient
Constructor & protected stuff
HttpMethod - Enum in com.algolia.search.http
 

I

IncrementValueOperation - Class in com.algolia.search.inputs.partial_update
 
IncrementValueOperation(String, String, int) - Constructor for class com.algolia.search.inputs.partial_update.IncrementValueOperation
Decrement a value
Index<T> - Class in com.algolia.search
 
Index.Attributes - Class in com.algolia.search
 
IndexIterable<T> - Class in com.algolia.search
 
IndexIterator<T> - Class in com.algolia.search
 
indexName - Variable in class com.algolia.search.objects.GenericTask
 
IndexQuery - Class in com.algolia.search.objects
 
IndexQuery(String, Query) - Constructor for class com.algolia.search.objects.IndexQuery
 
IndexQuery(Index<?>, Query) - Constructor for class com.algolia.search.objects.IndexQuery
 
IndexSettings - Class in com.algolia.search.objects
 
IndexSettings() - Constructor for class com.algolia.search.objects.IndexSettings
 
Indices - Class in com.algolia.search.responses
 
Indices() - Constructor for class com.algolia.search.responses.Indices
 
initIndex(String, Class<T>) - Method in class com.algolia.search.APIClient
Get the index object initialized (no server call needed for initialization)
initIndex(String) - Method in class com.algolia.search.APIClient
Get the index object initialized (no server call needed for initialization)
isSearch() - Method in class com.algolia.search.http.AlgoliaRequest
 
iterator() - Method in class com.algolia.search.IndexIterable
 

L

listIndices() - Method in class com.algolia.search.APIClient
List all existing indexes
listKeys() - Method in class com.algolia.search.APIClient
List all existing user keys with their associated ACLs
listKeys() - Method in class com.algolia.search.Index
List keys of this index
Log - Class in com.algolia.search.objects
 
Log() - Constructor for class com.algolia.search.objects.Log
 
Logs - Class in com.algolia.search.responses
 
Logs() - Constructor for class com.algolia.search.responses.Logs
 
LogType - Enum in com.algolia.search.objects
 

M

moveTo(String) - Method in class com.algolia.search.Index
Moves an existing index
multipleQueries(List<IndexQuery>) - Method in class com.algolia.search.APIClient
Performs multiple searches on multiple indices with the strategy MultiQueriesStrategy.NONE
multipleQueries(List<IndexQuery>, MultiQueriesStrategy) - Method in class com.algolia.search.APIClient
Performs multiple searches on multiple indices
MultipleQueriesRequests - Class in com.algolia.search.inputs
 
MultipleQueriesRequests(List<IndexQuery>) - Constructor for class com.algolia.search.inputs.MultipleQueriesRequests
 
MultiQueriesResult - Class in com.algolia.search.responses
 
MultiQueriesResult() - Constructor for class com.algolia.search.responses.MultiQueriesResult
 
MultiQueriesStrategy - Enum in com.algolia.search.objects
 

N

name - Variable in enum com.algolia.search.http.HttpMethod
 
next() - Method in class com.algolia.search.IndexIterator
 

O

OneWaySynonym - Class in com.algolia.search.inputs.synonym
 
OneWaySynonym() - Constructor for class com.algolia.search.inputs.synonym.OneWaySynonym
 
OperationOnIndex - Class in com.algolia.search.inputs
 
OperationOnIndex(String, String) - Constructor for class com.algolia.search.inputs.OperationOnIndex
 

P

partialUpdateObject(String, Object) - Method in class com.algolia.search.Index
Partially update an object
partialUpdateObject(PartialUpdateOperation) - Method in class com.algolia.search.Index
Partially update an object, create the object if it does not exist
partialUpdateObject(PartialUpdateOperation, boolean) - Method in class com.algolia.search.Index
Partially update an object
partialUpdateObjects(List<Object>) - Method in class com.algolia.search.Index
Partially update a objects
PartialUpdateOperation - Interface in com.algolia.search.inputs.partial_update
 
Placeholder - Class in com.algolia.search.inputs.synonym
 
Placeholder() - Constructor for class com.algolia.search.inputs.synonym.Placeholder
 

Q

Query - Class in com.algolia.search.objects
 
Query() - Constructor for class com.algolia.search.objects.Query
 
Query(String) - Constructor for class com.algolia.search.objects.Query
 
Query.QueryType - Enum in com.algolia.search.objects
 
Query.RemoveWordsType - Enum in com.algolia.search.objects
 
Query.TypoTolerance - Enum in com.algolia.search.objects
 

R

READ_TIMEOUT_MS - Static variable in interface com.algolia.search.Defaults
 
RemoveValueOperation - Class in com.algolia.search.inputs.partial_update
 
RemoveValueOperation(String, String, String) - Constructor for class com.algolia.search.inputs.partial_update.RemoveValueOperation
Remove a value to an existing array, only if the value is not yet present
request(AlgoliaHttpRequest) - Method in class com.algolia.search.http.AlgoliaHttpClient
 
Request() - Constructor for class com.algolia.search.inputs.Requests.Request
 
Requests - Class in com.algolia.search.inputs
 
Requests(List<Requests.Request>) - Constructor for class com.algolia.search.inputs.Requests
 
Requests.Request - Class in com.algolia.search.inputs
 
requestWithRetry(AlgoliaRequest<T>) - Method in class com.algolia.search.http.AlgoliaHttpClient
 
Results<T> - Class in com.algolia.search.responses
 
Results() - Constructor for class com.algolia.search.responses.Results
 

S

saveObject(String, T) - Method in class com.algolia.search.Index
Override the content of object
saveObjects(List<T>) - Method in class com.algolia.search.Index
Override the content the list of objects
saveSynonym(String, AbstractSynonym) - Method in class com.algolia.search.Index
Saves/updates a synonym without replacing it and NOT forwarding it to the slaves
saveSynonym(String, AbstractSynonym, boolean) - Method in class com.algolia.search.Index
Saves/updates a synonym without replacing
saveSynonym(String, AbstractSynonym, boolean, boolean) - Method in class com.algolia.search.Index
Saves/updates a synonym
search(Query) - Method in class com.algolia.search.Index
Search in the index
Search - Class in com.algolia.search.inputs
 
Search(Query) - Constructor for class com.algolia.search.inputs.Search
 
SearchResult<T> - Class in com.algolia.search.responses
 
SearchResult() - Constructor for class com.algolia.search.responses.SearchResult
 
SearchSynonymResult - Class in com.algolia.search.responses
 
SearchSynonymResult() - Constructor for class com.algolia.search.responses.SearchSynonymResult
 
searchSynonyms(SynonymQuery) - Method in class com.algolia.search.Index
Search for synonyms
setAcl(List<String>) - Method in class com.algolia.search.objects.ApiKey
 
setAdvancedSyntax(Boolean) - Method in class com.algolia.search.objects.IndexSettings
 
setAdvancedSyntax(Boolean) - Method in class com.algolia.search.objects.Query
 
setAllowCompressionOfIntegerArray(Boolean) - Method in class com.algolia.search.objects.IndexSettings
 
setAllowTyposOnNumericTokens(Boolean) - Method in class com.algolia.search.objects.IndexSettings
 
setAllowTyposOnNumericTokens(Boolean) - Method in class com.algolia.search.objects.Query
 
setAlternativesAsExact(String) - Method in class com.algolia.search.objects.Query
 
setAnalytics(Boolean) - Method in class com.algolia.search.objects.Query
 
setAnalyticsTags(String) - Method in class com.algolia.search.objects.Query
 
setAnswer(String) - Method in class com.algolia.search.objects.Log
 
setAnswerCode(String) - Method in class com.algolia.search.objects.Log
 
setApiKey(String) - Method in class com.algolia.search.APIClientConfiguration
 
setApplicationId(String) - Method in class com.algolia.search.APIClientConfiguration
 
setAroundLatLng(String) - Method in class com.algolia.search.objects.Query
 
setAroundLatLngViaIP(Boolean) - Method in class com.algolia.search.objects.Query
 
setAroundPrecision(Integer) - Method in class com.algolia.search.objects.Query
 
setAroundRadius(Integer) - Method in class com.algolia.search.objects.Query
 
setAroundRadiusAll() - Method in class com.algolia.search.objects.Query
 
setAttributeForDistinc(String) - Method in class com.algolia.search.objects.IndexSettings
 
setAttributes(String, APIClient) - Method in class com.algolia.search.objects.GenericTask
 
setAttributes(String, APIClient) - Method in class com.algolia.search.objects.Task
 
setAttributes(String, APIClient) - Method in class com.algolia.search.objects.TaskIndexing
 
setAttributes(String, APIClient) - Method in class com.algolia.search.objects.TaskSingleIndex
 
setAttributes(String, APIClient) - Method in class com.algolia.search.objects.TasksMultipleIndex
 
setAttributesForFaceting(List<String>) - Method in class com.algolia.search.objects.IndexSettings
 
setAttributesToHighlight(List<String>) - Method in class com.algolia.search.objects.IndexSettings
 
setAttributesToHighlight(List<String>) - Method in class com.algolia.search.objects.Query
 
setAttributesToIndex(List<String>) - Method in class com.algolia.search.objects.IndexSettings
 
setAttributesToRetrieve(List<String>) - Method in class com.algolia.search.objects.IndexSettings
 
setAttributesToRetrieve(List<String>) - Method in class com.algolia.search.objects.Query
 
setAttributesToSnippet(List<String>) - Method in class com.algolia.search.objects.IndexSettings
 
setAttributesToSnippet(List<String>) - Method in class com.algolia.search.objects.Query
 
setBuildHosts(List<String>) - Method in class com.algolia.search.APIClientConfiguration
 
setConnectTimeout(int) - Method in class com.algolia.search.APIClientBuilder
Set the connect timeout of the HTTP client
setConnectTimeout(int) - Method in class com.algolia.search.APIClientConfiguration
 
setCorrections(List<String>) - Method in class com.algolia.search.inputs.synonym.AltCorrection1
 
setCorrections(List<String>) - Method in class com.algolia.search.inputs.synonym.AltCorrection2
 
setCreatedAt(String) - Method in class com.algolia.search.objects.TasksMultipleIndex
 
setCreatedAt(String) - Method in class com.algolia.search.responses.CreateUpdateKey
 
setCursor(String) - Method in class com.algolia.search.objects.Query
 
setCursor(String) - Method in class com.algolia.search.responses.BrowseResult
 
setCustomRanking(List<String>) - Method in class com.algolia.search.objects.IndexSettings
 
setData(Object) - Method in class com.algolia.search.http.AlgoliaRequest
 
setDeletedAt(String) - Method in class com.algolia.search.responses.DeleteKey
 
setDescription(String) - Method in class com.algolia.search.objects.ApiKey
 
setDisableTypoToleranceOnAttributes(List<String>) - Method in class com.algolia.search.objects.IndexSettings
 
setDisableTypoToleranceOnAttributes(String) - Method in class com.algolia.search.objects.Query
 
setDisableTypoToleranceOnWords(List<String>) - Method in class com.algolia.search.objects.IndexSettings
 
setDistinct(Integer) - Method in class com.algolia.search.objects.IndexSettings
 
setDistinct(Boolean) - Method in class com.algolia.search.objects.Query
 
setExactOnSingleWordQuery(String) - Method in class com.algolia.search.objects.Query
 
setExhaustiveFacetsCount(Boolean) - Method in class com.algolia.search.responses.SearchResult
 
setExtraHeader(String, String) - Method in class com.algolia.search.APIClientBuilder
Set extra headers to the requests
setFacetFilters(String) - Method in class com.algolia.search.objects.Query
 
setFacets(String) - Method in class com.algolia.search.objects.Query
 
setFacets(Map<String, Map<String, Integer>>) - Method in class com.algolia.search.responses.SearchResult
 
setFilters(String) - Method in class com.algolia.search.objects.Query
 
setGetRankingInfo(Boolean) - Method in class com.algolia.search.objects.Query
 
setHeaders(Map<String, String>) - Method in class com.algolia.search.APIClientConfiguration
 
setHighlightPostTag(String) - Method in class com.algolia.search.objects.IndexSettings
 
setHighlightPostTag(String) - Method in class com.algolia.search.objects.Query
 
setHighlightPreTag(String) - Method in class com.algolia.search.objects.IndexSettings
 
setHighlightPreTag(String) - Method in class com.algolia.search.objects.Query
 
setHits(List<T>) - Method in class com.algolia.search.responses.BrowseResult
 
setHits(List<T>) - Method in class com.algolia.search.responses.SearchResult
 
setHits(List<AbstractSynonym>) - Method in class com.algolia.search.responses.SearchSynonymResult
 
setHitsPerPage(Integer) - Method in class com.algolia.search.objects.IndexSettings
 
setHitsPerPage(Integer) - Method in class com.algolia.search.objects.Query
 
setHitsPerPage(Integer) - Method in class com.algolia.search.objects.SynonymQuery
 
setHitsPerPage(Integer) - Method in class com.algolia.search.responses.SearchResult
 
setIgnorePlural(Boolean) - Method in class com.algolia.search.objects.Query
 
setIgnorePlurals(Boolean) - Method in class com.algolia.search.objects.IndexSettings
 
setIndexes(List<String>) - Method in class com.algolia.search.objects.ApiKey
 
setIndexName(String) - Method in class com.algolia.search.inputs.Requests.Request
 
setInput(String) - Method in class com.algolia.search.inputs.synonym.OneWaySynonym
 
setInsideBoundingBox(String) - Method in class com.algolia.search.objects.Query
 
setInsidePolygon(String) - Method in class com.algolia.search.objects.Query
 
setIp(String) - Method in class com.algolia.search.objects.Log
 
setItems(List<Index.Attributes>) - Method in class com.algolia.search.responses.Indices
 
setKey(String) - Method in class com.algolia.search.responses.CreateUpdateKey
 
setKeys(List<ApiKey>) - Method in class com.algolia.search.inputs.ApiKeys
 
setLogs(List<Log>) - Method in class com.algolia.search.responses.Logs
 
setMaxHitsPerQuery(Integer) - Method in class com.algolia.search.objects.ApiKey
 
setMaxQueriesPerIPPerHour(Integer) - Method in class com.algolia.search.objects.ApiKey
 
setMaxValuesPerFacet(Integer) - Method in class com.algolia.search.objects.IndexSettings
 
setMaxValuesPerFacet(Integer) - Method in class com.algolia.search.objects.Query
 
setMessage(String) - Method in class com.algolia.search.responses.AlgoliaError
 
setMethod(String) - Method in class com.algolia.search.objects.Log
 
setMinimumAroundRadius(Integer) - Method in class com.algolia.search.objects.Query
 
setMinProximity(Integer) - Method in class com.algolia.search.objects.IndexSettings
 
setMinProximity(Integer) - Method in class com.algolia.search.objects.Query
 
setMinWordSizefor1Typo(Integer) - Method in class com.algolia.search.objects.IndexSettings
 
setMinWordSizefor2Typos(Integer) - Method in class com.algolia.search.objects.IndexSettings
 
setMinWordSizeForApprox1(Integer) - Method in class com.algolia.search.objects.Query
 
setMinWordSizeForApprox2(Integer) - Method in class com.algolia.search.objects.Query
 
setNbHits(Integer) - Method in class com.algolia.search.responses.SearchResult
 
setNbHits(int) - Method in class com.algolia.search.responses.SearchSynonymResult
 
setNbPages(Integer) - Method in class com.algolia.search.responses.SearchResult
 
setNumericAttributesToIndex(List<String>) - Method in class com.algolia.search.objects.IndexSettings
 
setNumericFilters(String) - Method in class com.algolia.search.objects.Query
 
setObjectID(String) - Method in class com.algolia.search.inputs.Requests.Request
 
setObjectID(String) - Method in class com.algolia.search.inputs.synonym.AltCorrection1
 
setObjectID(String) - Method in class com.algolia.search.inputs.synonym.AltCorrection2
 
setObjectID(String) - Method in class com.algolia.search.inputs.synonym.OneWaySynonym
 
setObjectID(String) - Method in class com.algolia.search.inputs.synonym.Placeholder
 
setObjectID(String) - Method in class com.algolia.search.inputs.synonym.Synonym
 
setObjectID(String) - Method in class com.algolia.search.objects.TaskIndexing
 
setObjectIDs(List<String>) - Method in class com.algolia.search.objects.TaskSingleIndex
 
setObjectIDs(List<String>) - Method in class com.algolia.search.objects.TasksMultipleIndex
 
setObjectMapper(ObjectMapper) - Method in class com.algolia.search.APIClientBuilder
Set the Jackson ObjectMapper
setObjectMapper(ObjectMapper) - Method in class com.algolia.search.APIClientConfiguration
 
setOptionalWords(List<String>) - Method in class com.algolia.search.objects.IndexSettings
 
setOptionalWords(String) - Method in class com.algolia.search.objects.Query
 
setPage(Integer) - Method in class com.algolia.search.objects.Query
 
setPage(Integer) - Method in class com.algolia.search.objects.SynonymQuery
 
setPage(Integer) - Method in class com.algolia.search.responses.SearchResult
 
setParameters(Map<String, String>) - Method in class com.algolia.search.http.AlgoliaRequest
 
setParams(String) - Method in class com.algolia.search.responses.BrowseResult
 
setParams(String) - Method in class com.algolia.search.responses.SearchResult
 
setPendingTask(Boolean) - Method in class com.algolia.search.responses.TaskStatus
 
setPlaceholder(String) - Method in class com.algolia.search.inputs.synonym.Placeholder
 
setProcessingTimeMS(Integer) - Method in class com.algolia.search.responses.BrowseResult
 
setProcessingTimeMS(Integer) - Method in class com.algolia.search.responses.SearchResult
 
setQuery(String) - Method in class com.algolia.search.objects.Query
 
setQuery(String) - Method in class com.algolia.search.objects.SynonymQuery
 
setQuery(String) - Method in class com.algolia.search.responses.BrowseResult
 
setQuery(String) - Method in class com.algolia.search.responses.SearchResult
 
setQueryBody(String) - Method in class com.algolia.search.objects.Log
 
setQueryHeaders(String) - Method in class com.algolia.search.objects.Log
 
setQueryHosts(List<String>) - Method in class com.algolia.search.APIClientConfiguration
 
setQueryParameters(String) - Method in class com.algolia.search.objects.ApiKey
 
setQueryType(String) - Method in class com.algolia.search.objects.IndexSettings
 
setQueryType(Query.QueryType) - Method in class com.algolia.search.objects.Query
 
setRanking(List<String>) - Method in class com.algolia.search.objects.IndexSettings
 
setReadTimeout(int) - Method in class com.algolia.search.APIClientBuilder
Set the read timeout of the HTTP client
setReadTimeout(int) - Method in class com.algolia.search.APIClientConfiguration
 
setReferers(List<String>) - Method in class com.algolia.search.objects.ApiKey
 
setRemoveStopWords(Boolean) - Method in class com.algolia.search.objects.IndexSettings
 
setRemoveStopWords(Boolean) - Method in class com.algolia.search.objects.Query
 
setRemoveStopWords(List<String>) - Method in class com.algolia.search.objects.Query
 
setRemoveWordsIfNoResult(Query.RemoveWordsType) - Method in class com.algolia.search.objects.Query
 
setReplacements(List<String>) - Method in class com.algolia.search.inputs.synonym.Placeholder
 
setReplaceSynonymsInHighlight(Boolean) - Method in class com.algolia.search.objects.IndexSettings
 
setReplaceSynonymsInHighlight(Boolean) - Method in class com.algolia.search.objects.Query
 
setRestrictSearchableAttributes(String) - Method in class com.algolia.search.objects.Query
 
setResults(List<SearchResult<?>>) - Method in class com.algolia.search.responses.MultiQueriesResult
 
setResults(List<T>) - Method in class com.algolia.search.responses.Results
 
setSeparatorsToInde(String) - Method in class com.algolia.search.objects.IndexSettings
 
setSettings(IndexSettings) - Method in class com.algolia.search.Index
Set settings of this index, and do not forward to slaves
setSettings(IndexSettings, Boolean) - Method in class com.algolia.search.Index
Set settings of this index
setSha1(String) - Method in class com.algolia.search.objects.Log
 
setSlaves(List<String>) - Method in class com.algolia.search.objects.IndexSettings
 
setSnippetEllipsisText(String) - Method in class com.algolia.search.objects.IndexSettings
 
setSnippetEllipsisText(String) - Method in class com.algolia.search.objects.Query
 
setStatus(String) - Method in class com.algolia.search.responses.TaskStatus
 
setSynonyms(List<String>) - Method in class com.algolia.search.inputs.synonym.OneWaySynonym
 
setSynonyms(List<String>) - Method in class com.algolia.search.inputs.synonym.Synonym
 
setSynonyms(Boolean) - Method in class com.algolia.search.objects.Query
 
setTagsFilters(String) - Method in class com.algolia.search.objects.Query
 
setTaskID(T) - Method in class com.algolia.search.objects.GenericTask
 
setTimestamp(String) - Method in class com.algolia.search.objects.Log
 
setTypes(List<String>) - Method in class com.algolia.search.objects.SynonymQuery
 
setTypoTolerance(String) - Method in class com.algolia.search.objects.IndexSettings
 
setTypoTolerance(Query.TypoTolerance) - Method in class com.algolia.search.objects.Query
 
setUnretrievableAttributes(List<String>) - Method in class com.algolia.search.objects.IndexSettings
 
setUrl(String) - Method in class com.algolia.search.objects.Log
 
setUserAgent(String, String) - Method in class com.algolia.search.APIClientBuilder
Customize the user agent
setUserToken(String) - Method in class com.algolia.search.objects.Query
 
setValidity(Integer) - Method in class com.algolia.search.objects.ApiKey
 
setWord(String) - Method in class com.algolia.search.inputs.synonym.AltCorrection1
 
setWord(String) - Method in class com.algolia.search.inputs.synonym.AltCorrection2
 
stream() - Method in class com.algolia.search.IndexIterable
Get a stream from this iterable
Synonym - Class in com.algolia.search.inputs.synonym
 
Synonym() - Constructor for class com.algolia.search.inputs.synonym.Synonym
 
Synonym(List<String>) - Constructor for class com.algolia.search.inputs.synonym.Synonym
 
SynonymQuery - Class in com.algolia.search.objects
 
SynonymQuery(String) - Constructor for class com.algolia.search.objects.SynonymQuery
 

T

Task - Class in com.algolia.search.objects
 
Task() - Constructor for class com.algolia.search.objects.Task
 
TaskIndexing - Class in com.algolia.search.objects
 
TaskIndexing() - Constructor for class com.algolia.search.objects.TaskIndexing
 
TaskSingleIndex - Class in com.algolia.search.objects
 
TaskSingleIndex() - Constructor for class com.algolia.search.objects.TaskSingleIndex
 
TasksMultipleIndex - Class in com.algolia.search.objects
 
TasksMultipleIndex() - Constructor for class com.algolia.search.objects.TasksMultipleIndex
 
TaskStatus - Class in com.algolia.search.responses
 
TaskStatus() - Constructor for class com.algolia.search.responses.TaskStatus
 
toParam() - Method in class com.algolia.search.objects.Query
 
toQueryParam() - Method in class com.algolia.search.objects.Query
 
toSerialize() - Method in class com.algolia.search.inputs.partial_update.AddValueOperation
 
toSerialize() - Method in class com.algolia.search.inputs.partial_update.AddValueUniqueOperation
 
toSerialize() - Method in class com.algolia.search.inputs.partial_update.DecrementValueOperation
 
toSerialize() - Method in class com.algolia.search.inputs.partial_update.IncrementValueOperation
 
toSerialize() - Method in interface com.algolia.search.inputs.partial_update.PartialUpdateOperation
 
toSerialize() - Method in class com.algolia.search.inputs.partial_update.RemoveValueOperation
 
toString() - Method in enum com.algolia.search.objects.Query.QueryType
 
toString() - Method in enum com.algolia.search.objects.Query.RemoveWordsType
 
toString() - Method in enum com.algolia.search.objects.Query.TypoTolerance
 

U

updateKey(String, ApiKey) - Method in class com.algolia.search.APIClient
Update a key
updateKey(String, ApiKey) - Method in class com.algolia.search.Index
Update a key by name from this index

V

valueOf(String) - Static method in enum com.algolia.search.http.HttpMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.algolia.search.objects.LogType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.algolia.search.objects.MultiQueriesStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.algolia.search.objects.Query.QueryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.algolia.search.objects.Query.RemoveWordsType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.algolia.search.objects.Query.TypoTolerance
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.algolia.search.http.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.algolia.search.objects.LogType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.algolia.search.objects.MultiQueriesStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.algolia.search.objects.Query.QueryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.algolia.search.objects.Query.RemoveWordsType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.algolia.search.objects.Query.TypoTolerance
Returns an array containing the constants of this enum type, in the order they are declared.

W

waitForCompletion() - Method in class com.algolia.search.objects.GenericTask
Wait for the completion of this task
waitForCompletion(long) - Method in class com.algolia.search.objects.GenericTask
Wait for the completion of this task
waitForCompletion() - Method in class com.algolia.search.objects.Task
Wait for the completion of this task
waitForCompletion(long) - Method in class com.algolia.search.objects.Task
Wait for the completion of this task
waitTask(String, GenericTask<T>, long) - Method in class com.algolia.search.APIClient
 
waitTask(Task, long) - Method in class com.algolia.search.Index
Wait for the completion of a task
waitTask(Task) - Method in class com.algolia.search.Index
Wait for the completion of a task, for 100ms
A B C D E G H I L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2016. All rights reserved.