- AbstractIndex<T> - Interface in com.algolia.search
-
- AbstractSynonym - Interface in com.algolia.search.inputs.synonym
-
- AbstractTask<T> - Class in com.algolia.search.objects.tasks
-
- AbstractTask() - Constructor for class com.algolia.search.objects.tasks.AbstractTask
-
- addApiKey(ApiKey) - Method in class com.algolia.search.APIClient
-
Create a new key
- addApiKey(ApiKey) - Method in class com.algolia.search.AsyncAPIClient
-
Create a new key
- addApiKey(ApiKey) - Method in interface com.algolia.search.AsyncKey
-
Add a key to this index
- addApiKey(ApiKey) - Method in interface com.algolia.search.SyncKey
-
Add a key to this index
- addApiKey(ApiKey, RequestOptions) - Method in class com.algolia.search.APIClient
-
Create a new key
- addApiKey(ApiKey, RequestOptions) - Method in class com.algolia.search.AsyncAPIClient
-
Create a new key
- addApiKey(ApiKey, RequestOptions) - Method in interface com.algolia.search.AsyncKey
-
Add a key to this index
- addApiKey(ApiKey, RequestOptions) - Method in interface com.algolia.search.SyncKey
-
Add a key to this index
- addCustomParameter(String, String) - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- addCustomParameter(String, String) - Method in class com.algolia.search.objects.Query
-
- addExtraHeader(String, String) - Method in class com.algolia.search.APIClientBuilder
-
- addExtraHeader(String, String) - Method in class com.algolia.search.AsyncAPIClientBuilder
-
- addExtraHeader(String, String) - Method in class com.algolia.search.GenericAPIClientBuilder
-
Add extra headers to the requests
- addExtraHeader(String, String) - Method in class com.algolia.search.objects.RequestOptions
-
- addExtraQueryParameters(String, String) - Method in class com.algolia.search.objects.RequestOptions
-
- addKey(ApiKey) - Method in class com.algolia.search.APIClient
-
Deprecated.
- addKey(ApiKey) - Method in class com.algolia.search.AsyncAPIClient
-
Deprecated.
- addKey(ApiKey) - Method in interface com.algolia.search.AsyncKey
-
Deprecated.
- addKey(ApiKey) - Method in interface com.algolia.search.SyncKey
-
Deprecated.
- addObject(String, T) - Method in interface com.algolia.search.AsyncObjects
-
Add an object in this index with a unique identifier
- addObject(String, T) - Method in interface com.algolia.search.SyncObjects
-
Add an object in this index with a unique identifier
- addObject(String, T, RequestOptions) - Method in interface com.algolia.search.AsyncObjects
-
Add an object in this index with a unique identifier
- addObject(String, T, RequestOptions) - Method in interface com.algolia.search.SyncObjects
-
Add an object in this index with a unique identifier
- addObject(T) - Method in interface com.algolia.search.AsyncObjects
-
Add an object in this index
- addObject(T) - Method in interface com.algolia.search.SyncObjects
-
Add an object in this index
- addObject(T, RequestOptions) - Method in interface com.algolia.search.AsyncObjects
-
Add an object in this index
- addObject(T, RequestOptions) - Method in interface com.algolia.search.SyncObjects
-
Add an object in this index
- addObjects(List<T>) - Method in interface com.algolia.search.AsyncObjects
-
Add several objects
- addObjects(List<T>) - Method in interface com.algolia.search.SyncObjects
-
Add several objects
- addObjects(List<T>, RequestOptions) - Method in interface com.algolia.search.AsyncObjects
-
Add several objects
- addObjects(List<T>, RequestOptions) - Method in interface com.algolia.search.SyncObjects
-
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
- advancedSyntax - Variable in class com.algolia.search.objects.Query
-
- 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
-
- AlgoliaIndexNotFoundException - Exception in com.algolia.search.exceptions
-
Algolia Exception if an index does not exists
- AlgoliaIndexNotFoundException(String) - Constructor for exception com.algolia.search.exceptions.AlgoliaIndexNotFoundException
-
- 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>, RequestOptions, Class<T>) - Constructor for class com.algolia.search.http.AlgoliaRequest
-
- AlgoliaRequest(HttpMethod, boolean, List<String>, RequestOptions, Class<T>, Class<?>) - Constructor for class com.algolia.search.http.AlgoliaRequest
-
- allowTyposOnNumericTokens - Variable in class com.algolia.search.objects.Query
-
- 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
-
- alternativesAsExact - Variable in class com.algolia.search.objects.Query
-
- analytics - Variable in class com.algolia.search.objects.Query
-
- analyticsTags - Variable in class com.algolia.search.objects.Query
-
- APIClient - Class in com.algolia.search
-
- 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 - Variable in class com.algolia.search.APIClientConfiguration
-
- apiKey - Variable in class com.algolia.search.GenericAPIClientBuilder
-
- 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
-
- applicationId - Variable in class com.algolia.search.APIClientConfiguration
-
- applicationId - Variable in class com.algolia.search.GenericAPIClientBuilder
-
- aroundLatLng - Variable in class com.algolia.search.objects.Query
-
- aroundLatLngViaIP - Variable in class com.algolia.search.objects.Query
-
- aroundPrecision - Variable in class com.algolia.search.objects.Query
-
- aroundRadius - Variable in class com.algolia.search.objects.Query
-
- AsyncAlgoliaHttpClient - Class in com.algolia.search.http
-
- AsyncAlgoliaHttpClient() - Constructor for class com.algolia.search.http.AsyncAlgoliaHttpClient
-
- AsyncAPIClient - Class in com.algolia.search
-
- AsyncAPIClientBuilder - Class in com.algolia.search
-
Base class to create AsyncAPIClient
- AsyncAPIClientBuilder(String, String) - Constructor for class com.algolia.search.AsyncAPIClientBuilder
-
Initialize this builder with the applicationId and apiKey
- AsyncAPIClientConfiguration - Class in com.algolia.search
-
- AsyncAPIClientConfiguration() - Constructor for class com.algolia.search.AsyncAPIClientConfiguration
-
- AsyncBaseIndex<T> - Interface in com.algolia.search
-
- AsyncDeleteByQuery<T> - Interface in com.algolia.search
-
- AsyncGenericTask<T> - Class in com.algolia.search.objects.tasks.async
-
- AsyncGenericTask() - Constructor for class com.algolia.search.objects.tasks.async.AsyncGenericTask
-
- AsyncIndex<T> - Class in com.algolia.search
-
- AsyncIndexCRUD<T> - Interface in com.algolia.search
-
- AsyncKey<T> - Interface in com.algolia.search
-
- AsyncObjects<T> - Interface in com.algolia.search
-
- AsyncPartialUpdate<T> - Interface in com.algolia.search
-
- AsyncRules<T> - Interface in com.algolia.search
-
- AsyncSearchForFacet<T> - Interface in com.algolia.search
-
- AsyncSettings<T> - Interface in com.algolia.search
-
- AsyncSynonyms<T> - Interface in com.algolia.search
-
- AsyncTask - Class in com.algolia.search.objects.tasks.async
-
- AsyncTask() - Constructor for class com.algolia.search.objects.tasks.async.AsyncTask
-
- AsyncTaskIndexing - Class in com.algolia.search.objects.tasks.async
-
- AsyncTaskIndexing() - Constructor for class com.algolia.search.objects.tasks.async.AsyncTaskIndexing
-
- AsyncTasks<T> - Interface in com.algolia.search
-
- AsyncTaskSingleIndex - Class in com.algolia.search.objects.tasks.async
-
- AsyncTaskSingleIndex() - Constructor for class com.algolia.search.objects.tasks.async.AsyncTaskSingleIndex
-
- AsyncTasksMultipleIndex - Class in com.algolia.search.objects.tasks.async
-
- AsyncTasksMultipleIndex() - Constructor for class com.algolia.search.objects.tasks.async.AsyncTasksMultipleIndex
-
- Attributes() - Constructor for class com.algolia.search.Index.Attributes
-
- attributesToHighlight - Variable in class com.algolia.search.objects.Query
-
- attributesToRetrieve - Variable in class com.algolia.search.objects.Query
-
- attributesToSnippet - Variable in class com.algolia.search.objects.Query
-
- batch(List<BatchOperation>) - Method in class com.algolia.search.APIClient
-
Custom batch
- batch(List<BatchOperation>) - Method in class com.algolia.search.AsyncAPIClient
-
Custom batch
- batch(List<BatchOperation>) - Method in class com.algolia.search.AsyncIndex
-
Custom batch
- batch(List<BatchOperation>) - Method in class com.algolia.search.Index
-
Custom batch
- batch(List<BatchOperation>, RequestOptions) - Method in class com.algolia.search.APIClient
-
Custom batch
- batch(List<BatchOperation>, RequestOptions) - Method in class com.algolia.search.AsyncAPIClient
-
Custom batch
- batch(List<BatchOperation>, RequestOptions) - Method in class com.algolia.search.AsyncIndex
-
Custom batch
- batch(List<BatchOperation>, RequestOptions) - 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(AbstractIndex<T>, T) - Constructor for class com.algolia.search.inputs.batch.BatchAddObjectOperation
-
- BatchAddObjectOperation(String, 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(AbstractIndex<?>) - Constructor for class com.algolia.search.inputs.batch.BatchClearIndexOperation
-
- BatchClearIndexOperation(String) - 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(AbstractIndex<?>) - Constructor for class com.algolia.search.inputs.batch.BatchDeleteIndexOperation
-
- BatchDeleteIndexOperation(String) - Constructor for class com.algolia.search.inputs.batch.BatchDeleteIndexOperation
-
- BatchDeleteObjectOperation - Class in com.algolia.search.inputs.batch
-
- BatchDeleteObjectOperation(AbstractIndex<?>, String) - Constructor for class com.algolia.search.inputs.batch.BatchDeleteObjectOperation
-
- BatchDeleteObjectOperation(String) - Constructor for class com.algolia.search.inputs.batch.BatchDeleteObjectOperation
-
- BatchDeleteObjectOperation(String, 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(AbstractIndex<T>, T) - Constructor for class com.algolia.search.inputs.batch.BatchPartialUpdateObjectNoCreateOperation
-
- BatchPartialUpdateObjectNoCreateOperation(String, T) - Constructor for class com.algolia.search.inputs.batch.BatchPartialUpdateObjectNoCreateOperation
-
- BatchPartialUpdateObjectNoCreateOperation(T) - Constructor for class com.algolia.search.inputs.batch.BatchPartialUpdateObjectNoCreateOperation
-
- BatchPartialUpdateObjectOperation<T> - Class in com.algolia.search.inputs.batch
-
- BatchPartialUpdateObjectOperation(AbstractIndex<T>, T) - Constructor for class com.algolia.search.inputs.batch.BatchPartialUpdateObjectOperation
-
- BatchPartialUpdateObjectOperation(String, T) - Constructor for class com.algolia.search.inputs.batch.BatchPartialUpdateObjectOperation
-
- BatchPartialUpdateObjectOperation(T) - Constructor for class com.algolia.search.inputs.batch.BatchPartialUpdateObjectOperation
-
- batchRules(List<Rule>) - Method in interface com.algolia.search.AsyncRules
-
Add or Replace a list of Rules, no forward to replicas, and no replacement
- batchRules(List<Rule>) - Method in interface com.algolia.search.SyncRules
-
Add or replace a list of Rules, no forward to replicas, and no replacement
- batchRules(List<Rule>, boolean) - Method in interface com.algolia.search.AsyncRules
-
Add or Replace a list of Rules, no replacement
- batchRules(List<Rule>, boolean) - Method in interface com.algolia.search.SyncRules
-
Add or replace a list of Rules, no replacement
- batchRules(List<Rule>, boolean, boolean) - Method in interface com.algolia.search.AsyncRules
-
Add or replace a list of Rules
- batchRules(List<Rule>, boolean, boolean) - Method in interface com.algolia.search.SyncRules
-
Add or replace a list of query Rules
- batchRules(List<Rule>, boolean, boolean, RequestOptions) - Method in interface com.algolia.search.AsyncRules
-
Add or replace a list of Rules
- batchRules(List<Rule>, boolean, boolean, RequestOptions) - Method in interface com.algolia.search.SyncRules
-
Add or replace a list of query Rules
- batchRules(List<Rule>, boolean, RequestOptions) - Method in interface com.algolia.search.AsyncRules
-
Add or Replace a list of Rules, no replacement
- batchRules(List<Rule>, boolean, RequestOptions) - Method in interface com.algolia.search.SyncRules
-
Add or replace a list of Rules, no replacement
- batchRules(List<Rule>, RequestOptions) - Method in interface com.algolia.search.AsyncRules
-
Add or Replace a list of Rules, no forward to replicas, and no replacement
- batchRules(List<Rule>, RequestOptions) - Method in interface com.algolia.search.SyncRules
-
Add or replace a list of Rules, no forward to replicas, and no replacement
- batchSynonyms(List<AbstractSynonym>) - Method in interface com.algolia.search.AsyncSynonyms
-
Add or Replace a list of synonyms, no forward to slaves, and no replacement
- batchSynonyms(List<AbstractSynonym>) - Method in interface com.algolia.search.SyncSynonyms
-
Add or Replace a list of synonyms, no forward to slaves, and no replacement
- batchSynonyms(List<AbstractSynonym>, boolean) - Method in interface com.algolia.search.AsyncSynonyms
-
Add or Replace a list of synonyms, no replacement
- batchSynonyms(List<AbstractSynonym>, boolean) - Method in interface com.algolia.search.SyncSynonyms
-
Add or Replace a list of synonyms, no replacement
- batchSynonyms(List<AbstractSynonym>, boolean, boolean) - Method in interface com.algolia.search.AsyncSynonyms
-
Add or Replace a list of synonyms
- batchSynonyms(List<AbstractSynonym>, boolean, boolean) - Method in interface com.algolia.search.SyncSynonyms
-
Add or Replace a list of synonyms
- batchSynonyms(List<AbstractSynonym>, boolean, boolean, RequestOptions) - Method in interface com.algolia.search.AsyncSynonyms
-
Add or Replace a list of synonyms
- batchSynonyms(List<AbstractSynonym>, boolean, boolean, RequestOptions) - Method in interface com.algolia.search.SyncSynonyms
-
Add or Replace a list of synonyms
- batchSynonyms(List<AbstractSynonym>, boolean, RequestOptions) - Method in interface com.algolia.search.AsyncSynonyms
-
Add or Replace a list of synonyms, no replacement
- batchSynonyms(List<AbstractSynonym>, boolean, RequestOptions) - Method in interface com.algolia.search.SyncSynonyms
-
Add or Replace a list of synonyms, no replacement
- batchSynonyms(List<AbstractSynonym>, RequestOptions) - Method in interface com.algolia.search.AsyncSynonyms
-
Add or Replace a list of synonyms, no forward to slaves, and no replacement
- batchSynonyms(List<AbstractSynonym>, RequestOptions) - Method in interface com.algolia.search.SyncSynonyms
-
Add or Replace a list of synonyms, no forward to slaves, and no replacement
- BatchUpdateObjectOperation<T> - Class in com.algolia.search.inputs.batch
-
- BatchUpdateObjectOperation(AbstractIndex<T>, T) - Constructor for class com.algolia.search.inputs.batch.BatchUpdateObjectOperation
-
- BatchUpdateObjectOperation(String, T) - Constructor for class com.algolia.search.inputs.batch.BatchUpdateObjectOperation
-
- BatchUpdateObjectOperation(T) - Constructor for class com.algolia.search.inputs.batch.BatchUpdateObjectOperation
-
- browse(Query) - Method in interface com.algolia.search.SyncBrowse
-
Browse all the content of this index
- browse(Query, RequestOptions) - Method in interface com.algolia.search.SyncBrowse
-
Browse all the content of this index
- browse(String, Query, String, Class<T>, RequestOptions) - Method in class com.algolia.search.APIClient
-
- browseFrom(Query, String) - Method in interface com.algolia.search.SyncBrowse
-
Browse all the content of this index
- browseFrom(Query, String, RequestOptions) - Method in interface com.algolia.search.SyncBrowse
-
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() - Method in class com.algolia.search.APIClientBuilder
-
Build the APIClient
- build() - Method in class com.algolia.search.AsyncAPIClientBuilder
-
Build an AsyncAPIClient with a default executor of 10 threads
- build(APIClientConfiguration) - Method in class com.algolia.search.APIClientBuilder
-
- build(AsyncAPIClientConfiguration) - Method in class com.algolia.search.AsyncAPIClientBuilder
-
- build(ExecutorService) - Method in class com.algolia.search.AsyncAPIClientBuilder
-
Build an AsyncAPIClient
- buildHosts - Variable in class com.algolia.search.APIClientConfiguration
-
- buildHosts - Variable in class com.algolia.search.GenericAPIClientBuilder
-
- buildHostsThatAreUp() - Method in class com.algolia.search.http.AlgoliaHttpClient
-
- 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 interface com.algolia.search.AsyncIndexCRUD
-
Deletes the index
- delete() - Method in interface com.algolia.search.SyncIndexCRUD
-
Deletes the index
- delete(RequestOptions) - Method in interface com.algolia.search.AsyncIndexCRUD
-
Deletes the index
- delete(RequestOptions) - Method in interface com.algolia.search.SyncIndexCRUD
-
Deletes the index
- DELETE - com.algolia.search.http.HttpMethod
-
- deleteApiKey(String) - Method in class com.algolia.search.APIClient
-
Delete an existing key
- deleteApiKey(String) - Method in class com.algolia.search.AsyncAPIClient
-
Delete an existing key
- deleteApiKey(String) - Method in interface com.algolia.search.AsyncKey
-
Delete a key by name from this index
- deleteApiKey(String) - Method in interface com.algolia.search.SyncKey
-
Delete a key by name from this index
- deleteApiKey(String, RequestOptions) - Method in class com.algolia.search.APIClient
-
Delete an existing key
- deleteApiKey(String, RequestOptions) - Method in class com.algolia.search.AsyncAPIClient
-
Delete an existing key
- deleteApiKey(String, RequestOptions) - Method in interface com.algolia.search.AsyncKey
-
Delete a key by name from this index
- deleteApiKey(String, RequestOptions) - Method in interface com.algolia.search.SyncKey
-
Delete a key by name from this index
- deleteBy(Query) - Method in interface com.algolia.search.AsyncDeleteByQuery
-
Delete records matching a query
- deleteBy(Query) - Method in interface com.algolia.search.SyncDeleteByQuery
-
Delete records matching a query
- deleteBy(Query, RequestOptions) - Method in interface com.algolia.search.AsyncDeleteByQuery
-
Delete records matching a query Deprecated, use deleteBy
- deleteBy(Query, RequestOptions) - Method in interface com.algolia.search.SyncDeleteByQuery
-
Delete records matching a query
- deleteByQuery(Query) - Method in interface com.algolia.search.SyncDeleteByQuery
-
Deprecated.
- deleteByQuery(Query, int) - Method in interface com.algolia.search.SyncDeleteByQuery
-
Deprecated.
- deleteByQuery(Query, int, RequestOptions) - Method in interface com.algolia.search.SyncDeleteByQuery
-
Deprecated.
- deleteByQuery(Query, RequestOptions) - Method in interface com.algolia.search.SyncDeleteByQuery
-
Deprecated.
- deleteIndex(String) - Method in class com.algolia.search.APIClient
-
Delete an existing index
- deleteIndex(String) - Method in class com.algolia.search.AsyncAPIClient
-
Delete an existing index
- deleteIndex(String, RequestOptions) - Method in class com.algolia.search.APIClient
-
Delete an existing index
- deleteIndex(String, RequestOptions) - Method in class com.algolia.search.AsyncAPIClient
-
Delete an existing index
- deleteKey(String) - Method in class com.algolia.search.APIClient
-
Deprecated.
- deleteKey(String) - Method in class com.algolia.search.AsyncAPIClient
-
Deprecated.
- deleteKey(String) - Method in interface com.algolia.search.AsyncKey
-
Deprecated.
- deleteKey(String) - Method in interface com.algolia.search.SyncKey
-
Deprecated.
- DeleteKey - Class in com.algolia.search.responses
-
- DeleteKey() - Constructor for class com.algolia.search.responses.DeleteKey
-
- deleteObject(String) - Method in interface com.algolia.search.AsyncObjects
-
Delete an object from the index
- deleteObject(String) - Method in interface com.algolia.search.SyncObjects
-
Delete an object from the index
- deleteObject(String, RequestOptions) - Method in interface com.algolia.search.AsyncObjects
-
Delete an object from the index
- deleteObject(String, RequestOptions) - Method in interface com.algolia.search.SyncObjects
-
Delete an object from the index
- deleteObjects(List<String>) - Method in interface com.algolia.search.AsyncObjects
-
Delete objects from the index
- deleteObjects(List<String>) - Method in interface com.algolia.search.SyncObjects
-
Delete objects from the index
- deleteObjects(List<String>, RequestOptions) - Method in interface com.algolia.search.AsyncObjects
-
Delete objects from the index
- deleteObjects(List<String>, RequestOptions) - Method in interface com.algolia.search.SyncObjects
-
Delete objects from the index
- deleteRule(String) - Method in interface com.algolia.search.AsyncRules
-
Deletes a rule by ID and NOT forwarding it to the replicas
- deleteRule(String) - Method in interface com.algolia.search.SyncRules
-
Deletes a query rule by ID and NOT forwarding it to the replicas
- deleteRule(String, boolean) - Method in interface com.algolia.search.AsyncRules
-
Deletes a rule
- deleteRule(String, boolean, RequestOptions) - Method in interface com.algolia.search.AsyncRules
-
Deletes a rule
- deleteRule(String, boolean, RequestOptions) - Method in interface com.algolia.search.SyncRules
-
Deletes a query rule
- deleteRule(String, RequestOptions) - Method in interface com.algolia.search.AsyncRules
-
Deletes a rule by ID and NOT forwarding it to the replicas
- deleteRule(String, RequestOptions) - Method in interface com.algolia.search.SyncRules
-
Deletes a query rule by ID and NOT forwarding it to the replicas
- deleteSynonym(String) - Method in interface com.algolia.search.AsyncSynonyms
-
Deletes a synonym by ID and NOT forwarding it to the replicas
- deleteSynonym(String) - Method in interface com.algolia.search.SyncSynonyms
-
Deletes a synonym by ID and NOT forwarding it to the replicas
- deleteSynonym(String, boolean) - Method in interface com.algolia.search.AsyncSynonyms
-
Deletes a synonym
- deleteSynonym(String, boolean) - Method in interface com.algolia.search.SyncSynonyms
-
Deletes a synonym
- deleteSynonym(String, boolean, RequestOptions) - Method in interface com.algolia.search.AsyncSynonyms
-
Deletes a synonym
- deleteSynonym(String, boolean, RequestOptions) - Method in interface com.algolia.search.SyncSynonyms
-
Deletes a synonym
- deleteSynonym(String, RequestOptions) - Method in interface com.algolia.search.AsyncSynonyms
-
Deletes a synonym by ID and NOT forwarding it to the slaves
- deleteSynonym(String, RequestOptions) - Method in interface com.algolia.search.SyncSynonyms
-
Deletes a synonym by ID and NOT forwarding it to the replicas
- disableExactOnAttributes - Variable in class com.algolia.search.objects.Query
-
- disableTypoToleranceOnAttributes - Variable in class com.algolia.search.objects.Query
-
- distinct - Variable in class com.algolia.search.objects.Query
-
- Distinct - Class in com.algolia.search.objects
-
- Distinct() - Constructor for class com.algolia.search.objects.Distinct
-
- generateBuildHosts() - Method in class com.algolia.search.GenericAPIClientBuilder
-
- generateExtraHeaders() - Method in class com.algolia.search.objects.RequestOptions
-
- generateExtraQueryParams() - Method in class com.algolia.search.objects.RequestOptions
-
- generateHeaders() - Method in class com.algolia.search.GenericAPIClientBuilder
-
- generateQueryHosts() - Method in class com.algolia.search.GenericAPIClientBuilder
-
- 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) - Method in class com.algolia.search.AsyncAPIClient
-
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
- generateSecuredApiKey(String, Query, String) - Method in class com.algolia.search.AsyncAPIClient
-
Generate a secured and public API Key from a query and an optional user token identifying the
current user
- GenericAPIClientBuilder - Class in com.algolia.search
-
- GenericAPIClientBuilder(String, String) - Constructor for class com.algolia.search.GenericAPIClientBuilder
-
Initialize this builder with the applicationId and apiKey
- GenericTask<T> - Class in com.algolia.search.objects.tasks.sync
-
- GenericTask() - Constructor for class com.algolia.search.objects.tasks.sync.GenericTask
-
- GET - com.algolia.search.http.HttpMethod
-
- 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.inputs.query_rules.ConsequenceParams
-
- getAdvancedSyntax() - Method in class com.algolia.search.objects.IndexSettings
-
- getAdvancedSyntax() - Method in class com.algolia.search.objects.Query
-
- getAllowCompressionOfIntegerArray() - Method in class com.algolia.search.objects.IndexSettings
-
- getAllowTyposOnNumericTokens() - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- getAllowTyposOnNumericTokens() - Method in class com.algolia.search.objects.IndexSettings
-
- getAllowTyposOnNumericTokens() - Method in class com.algolia.search.objects.Query
-
- getAlternativesAsExact() - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- getAlternativesAsExact() - Method in class com.algolia.search.objects.IndexSettings
-
- getAlternativesAsExact() - Method in class com.algolia.search.objects.Query
-
- getAnalytics() - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- getAnalytics() - Method in class com.algolia.search.objects.Query
-
- getAnalyticsTags() - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- getAnalyticsTags() - Method in class com.algolia.search.objects.Query
-
- getAnchoring() - Method in class com.algolia.search.inputs.query_rules.Condition
-
- getAnchoring() - Method in class com.algolia.search.objects.RuleQuery
-
- getAnswer() - Method in class com.algolia.search.objects.Log
-
- getAnswerCode() - Method in class com.algolia.search.objects.Log
-
- getApiClient() - Method in interface com.algolia.search.AsyncBaseIndex
-
- getApiClient() - Method in class com.algolia.search.AsyncIndex
-
- getApiClient() - Method in class com.algolia.search.Index
-
- getApiClient() - Method in interface com.algolia.search.SyncBaseIndex
-
- getApiKey() - Method in class com.algolia.search.APIClientConfiguration
-
- getApiKey(String) - Method in class com.algolia.search.APIClient
-
Get a Key from its name
- getApiKey(String) - Method in class com.algolia.search.AsyncAPIClient
-
Get an Key from it's name
- getApiKey(String) - Method in interface com.algolia.search.AsyncKey
-
Get a key by name from this index
- getApiKey(String) - Method in interface com.algolia.search.SyncKey
-
Get a key by name from this index
- getApiKey(String, RequestOptions) - Method in class com.algolia.search.APIClient
-
Get a Key from its name
- getApiKey(String, RequestOptions) - Method in class com.algolia.search.AsyncAPIClient
-
Get an Key from it's name
- getApiKey(String, RequestOptions) - Method in interface com.algolia.search.AsyncKey
-
Get a key by name from this index
- getApiKey(String, RequestOptions) - Method in interface com.algolia.search.SyncKey
-
Get a key by name from this index
- getApplicationId() - Method in class com.algolia.search.APIClientConfiguration
-
- getAroundLatLng() - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- getAroundLatLng() - Method in class com.algolia.search.objects.Query
-
- getAroundLatLngViaIP() - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- getAroundLatLngViaIP() - Method in class com.algolia.search.objects.Query
-
- getAroundPrecision() - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- getAroundPrecision() - Method in class com.algolia.search.objects.Query
-
- getAroundRadius() - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- getAroundRadius() - Method in class com.algolia.search.objects.Query
-
- getAttributeForDistinct() - Method in class com.algolia.search.objects.IndexSettings
-
- getAttributesForFaceting() - Method in class com.algolia.search.objects.IndexSettings
-
- getAttributesToHighlight() - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- getAttributesToHighlight() - Method in class com.algolia.search.objects.IndexSettings
-
- getAttributesToHighlight() - Method in class com.algolia.search.objects.Query
-
- getAttributesToIndex() - Method in class com.algolia.search.objects.IndexSettings
-
Deprecated.
- getAttributesToRetrieve() - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- getAttributesToRetrieve() - Method in class com.algolia.search.inputs.Requests.Request
-
- getAttributesToRetrieve() - Method in class com.algolia.search.objects.IndexSettings
-
- getAttributesToRetrieve() - Method in class com.algolia.search.objects.Query
-
- getAttributesToSnippet() - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- getAttributesToSnippet() - Method in class com.algolia.search.objects.IndexSettings
-
- getAttributesToSnippet() - Method in class com.algolia.search.objects.Query
-
- getAutomaticFacetFilters() - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- getAutomaticOptionalFacetFilters() - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- 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
-
- getCondition() - Method in class com.algolia.search.inputs.query_rules.Rule
-
- getConnectTimeout() - Method in class com.algolia.search.APIClientConfiguration
-
- getConsequence() - Method in class com.algolia.search.inputs.query_rules.Rule
-
- getContent() - Method in class com.algolia.search.http.AlgoliaHttpRequest
-
- getContext() - Method in class com.algolia.search.inputs.query_rules.Condition
-
- getContext() - Method in class com.algolia.search.objects.RuleQuery
-
- getCorrections() - Method in class com.algolia.search.inputs.synonym.AltCorrection1
-
- getCorrections() - Method in class com.algolia.search.inputs.synonym.AltCorrection2
-
- getCount() - Method in class com.algolia.search.responses.FacetHit
-
- getCreatedAt() - Method in class com.algolia.search.Index.Attributes
-
- getCreatedAt() - Method in class com.algolia.search.objects.tasks.async.AsyncTasksMultipleIndex
-
- getCreatedAt() - Method in class com.algolia.search.objects.tasks.sync.TasksMultipleIndex
-
- getCreatedAt() - Method in class com.algolia.search.responses.CreateUpdateKey
-
- getCursor() - Method in class com.algolia.search.iterators.IndexIterable
-
Get the cursor
- getCursor() - Method in class com.algolia.search.iterators.IndexIterator
-
- getCursor() - Method in class com.algolia.search.objects.Query
-
- getCursor() - Method in class com.algolia.search.responses.BrowseResult
-
- getCustomParameters() - Method in class com.algolia.search.objects.Query
-
- getCustomRanking() - Method in class com.algolia.search.objects.IndexSettings
-
- getCustomSettings() - 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.inputs.query_rules.Rule
-
- getDescription() - Method in class com.algolia.search.objects.ApiKey
-
- getDestination() - Method in class com.algolia.search.inputs.OperationOnIndex
-
- getDisableExactOnAttributes() - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- getDisableExactOnAttributes() - Method in class com.algolia.search.objects.IndexSettings
-
- getDisableExactOnAttributes() - Method in class com.algolia.search.objects.Query
-
- getDisablePrefixOnAttributes() - Method in class com.algolia.search.objects.IndexSettings
-
- getDisableTypoToleranceOnAttributes() - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- getDisableTypoToleranceOnAttributes() - Method in class com.algolia.search.objects.IndexSettings
-
- getDisableTypoToleranceOnAttributes() - Method in class com.algolia.search.objects.Query
-
- getDisableTypoToleranceOnWords() - Method in class com.algolia.search.objects.IndexSettings
-
- getDistinct() - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- getDistinct() - Method in class com.algolia.search.objects.IndexSettings
-
- getDistinct() - Method in class com.algolia.search.objects.Query
-
- getEnableRules() - Method in class com.algolia.search.objects.IndexSettings
-
- getEnableRules() - Method in class com.algolia.search.objects.Query
-
- getEntries() - Method in class com.algolia.search.Index.Attributes
-
- getExactOnSingleWordQuery() - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- getExactOnSingleWordQuery() - Method in class com.algolia.search.objects.IndexSettings
-
- getExactOnSingleWordQuery() - Method in class com.algolia.search.objects.Query
-
- getExecutorService() - Method in class com.algolia.search.AsyncAPIClientConfiguration
-
- getExhaustiveFacetsCount() - Method in class com.algolia.search.responses.SearchFacetResult
-
- getExhaustiveFacetsCount() - Method in class com.algolia.search.responses.SearchResult
-
- getFacetFilters() - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- getFacetFilters() - Method in class com.algolia.search.objects.Query
-
- getFacetHits() - Method in class com.algolia.search.responses.SearchFacetResult
-
- getFacetingAfterDistinct() - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- getFacetingAfterDistinct() - Method in class com.algolia.search.objects.Query
-
- getFacets() - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- getFacets() - Method in class com.algolia.search.objects.Query
-
- getFacets() - Method in class com.algolia.search.responses.SearchResult
-
- getFileSize() - Method in class com.algolia.search.Index.Attributes
-
- getFilters() - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- getFilters() - Method in class com.algolia.search.objects.Query
-
- getForwardedFor() - Method in class com.algolia.search.objects.RequestOptions
-
- getGetRankingInfo() - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- getGetRankingInfo() - Method in class com.algolia.search.objects.Query
-
- getHeaders() - Method in class com.algolia.search.APIClientConfiguration
-
- getHeaders() - Method in class com.algolia.search.http.AlgoliaHttpRequest
-
- getHighlighted() - Method in class com.algolia.search.responses.FacetHit
-
- getHighlightPostTag() - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- getHighlightPostTag() - Method in class com.algolia.search.objects.IndexSettings
-
- getHighlightPostTag() - Method in class com.algolia.search.objects.Query
-
- getHighlightPreTag() - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- getHighlightPreTag() - Method in class com.algolia.search.objects.IndexSettings
-
- getHighlightPreTag() - Method in class com.algolia.search.objects.Query
-
- 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.SearchRuleResult
-
- getHits() - Method in class com.algolia.search.responses.SearchSynonymResult
-
- getHitsPerPage() - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- getHitsPerPage() - Method in class com.algolia.search.objects.IndexSettings
-
- getHitsPerPage() - Method in class com.algolia.search.objects.Query
-
- getHitsPerPage() - Method in class com.algolia.search.objects.RuleQuery
-
- 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
-
- getHostDownTimeout() - Method in class com.algolia.search.APIClientConfiguration
-
- getHostDownTimeout() - Method in class com.algolia.search.http.AlgoliaHttpClient
-
- getHttpResponseCode() - Method in exception com.algolia.search.exceptions.AlgoliaHttpException
-
- getIgnorePlurals() - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- getIgnorePlurals() - Method in class com.algolia.search.objects.IndexSettings
-
- getIgnorePlurals() - Method in class com.algolia.search.objects.Query
-
- getIndex() - Method in class com.algolia.search.responses.SearchResult
-
- 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
-
- getIndexName() - Method in class com.algolia.search.objects.tasks.AbstractTask
-
- getInput() - Method in class com.algolia.search.inputs.synonym.OneWaySynonym
-
- getInsideBoundingBox() - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- getInsideBoundingBox() - Method in class com.algolia.search.objects.Query
-
- getInsidePolygon() - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- getInsidePolygon() - Method in class com.algolia.search.objects.Query
-
- 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() - Method in class com.algolia.search.responses.CreateUpdateKey
-
Name of this key
- getKey(String) - Method in class com.algolia.search.APIClient
-
Deprecated.
- getKey(String) - Method in class com.algolia.search.AsyncAPIClient
-
Deprecated.
- getKey(String) - Method in interface com.algolia.search.AsyncKey
-
Deprecated.
- getKey(String) - Method in interface com.algolia.search.SyncKey
-
Deprecated.
- getKeys() - Method in class com.algolia.search.inputs.ApiKeys
-
- getKlass() - Method in interface com.algolia.search.AbstractIndex
-
- getKlass() - Method in class com.algolia.search.AsyncIndex
-
- getKlass() - Method in class com.algolia.search.Index
-
- getLastBuildTimeS() - Method in class com.algolia.search.Index.Attributes
-
- getLength() - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- getLength() - Method in class com.algolia.search.objects.Query
-
- getLogs() - Method in class com.algolia.search.APIClient
-
Return 10 last log entries.
- getLogs() - Method in class com.algolia.search.AsyncAPIClient
-
Return 10 last log entries.
- getLogs() - Method in class com.algolia.search.responses.Logs
-
- getLogs(RequestOptions) - Method in class com.algolia.search.APIClient
-
Return 10 last log entries.
- getLogs(RequestOptions) - Method in class com.algolia.search.AsyncAPIClient
-
Return 10 last log entries.
- getLogs(Integer, Integer, LogType) - Method in class com.algolia.search.APIClient
-
Return last logs entries
- getLogs(Integer, Integer, LogType) - Method in class com.algolia.search.AsyncAPIClient
-
Return last logs entries
- getLogs(Integer, Integer, LogType, RequestOptions) - Method in class com.algolia.search.APIClient
-
Return last logs entries
- getLogs(Integer, Integer, LogType, RequestOptions) - Method in class com.algolia.search.AsyncAPIClient
-
Return last logs entries
- getMaxConnTotal() - Method in class com.algolia.search.APIClientConfiguration
-
- getMaxFacetHits() - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- getMaxFacetHits() - Method in class com.algolia.search.objects.IndexSettings
-
- getMaxFacetHits() - Method in class com.algolia.search.objects.Query
-
- 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.inputs.query_rules.ConsequenceParams
-
- getMaxValuesPerFacet() - Method in class com.algolia.search.objects.IndexSettings
-
- getMaxValuesPerFacet() - Method in class com.algolia.search.objects.Query
-
- 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
-
- getMinimumAroundRadius() - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- getMinimumAroundRadius() - Method in class com.algolia.search.objects.Query
-
- getMinProximity() - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- getMinProximity() - Method in class com.algolia.search.objects.IndexSettings
-
- getMinProximity() - Method in class com.algolia.search.objects.Query
-
- getMinWordSizefor1Typo() - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- getMinWordSizefor1Typo() - Method in class com.algolia.search.objects.IndexSettings
-
- getMinWordSizefor1Typo() - Method in class com.algolia.search.objects.Query
-
- getMinWordSizefor2Typos() - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- getMinWordSizefor2Typos() - Method in class com.algolia.search.objects.IndexSettings
-
- getMinWordSizefor2Typos() - Method in class com.algolia.search.objects.Query
-
- getName() - Method in interface com.algolia.search.AbstractIndex
-
- getName() - Method in class com.algolia.search.AsyncIndex
-
- 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.SearchRuleResult
-
- getNbHits() - Method in class com.algolia.search.responses.SearchSynonymResult
-
- getNbPages() - Method in class com.algolia.search.responses.SearchResult
-
- getNbPages() - Method in class com.algolia.search.responses.SearchRuleResult
-
- getNumberOfPendingTasks() - Method in class com.algolia.search.Index.Attributes
-
- getNumericAttributesForFiltering() - Method in class com.algolia.search.objects.IndexSettings
-
- getNumericAttributesToIndex() - Method in class com.algolia.search.objects.IndexSettings
-
Deprecated.
- getNumericFilters() - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- getNumericFilters() - Method in class com.algolia.search.objects.Query
-
- getObject(String) - Method in interface com.algolia.search.AsyncObjects
-
Get an object from this index
- getObject(String) - Method in interface com.algolia.search.SyncObjects
-
Get an object from this index
- getObject(String, RequestOptions) - Method in interface com.algolia.search.AsyncObjects
-
Get an object from this index
- getObject(String, RequestOptions) - Method in interface com.algolia.search.SyncObjects
-
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.query_rules.ConsequencePromote
-
- getObjectID() - Method in class com.algolia.search.inputs.query_rules.Rule
-
- 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.tasks.async.AsyncTaskIndexing
-
- getObjectID() - Method in class com.algolia.search.objects.tasks.sync.TaskIndexing
-
- getObjectIDs() - Method in class com.algolia.search.objects.tasks.async.AsyncTaskSingleIndex
-
- getObjectIDs() - Method in class com.algolia.search.objects.tasks.async.AsyncTasksMultipleIndex
-
- getObjectIDs() - Method in class com.algolia.search.objects.tasks.sync.TaskSingleIndex
-
- getObjectIDs() - Method in class com.algolia.search.objects.tasks.sync.TasksMultipleIndex
-
- getObjectMapper() - Method in class com.algolia.search.APIClientConfiguration
-
- getObjectMapper() - Method in class com.algolia.search.http.AlgoliaHttpClient
-
- getObjects(List<String>) - Method in interface com.algolia.search.AsyncObjects
-
Get several objects from this index
- getObjects(List<String>) - Method in interface com.algolia.search.SyncObjects
-
Get several objects from this index
- getObjects(List<String>, RequestOptions) - Method in interface com.algolia.search.AsyncObjects
-
Get several objects from this index
- getObjects(List<String>, RequestOptions) - Method in interface com.algolia.search.SyncObjects
-
Get several objects from this index
- getObjects(List<String>, List<String>) - Method in interface com.algolia.search.AsyncObjects
-
Get several objects from this index
- getObjects(List<String>, List<String>) - Method in interface com.algolia.search.SyncObjects
-
Get several objects from this index
- getObjects(List<String>, List<String>, RequestOptions) - Method in interface com.algolia.search.AsyncObjects
-
Get several objects from this index
- getObjects(List<String>, List<String>, RequestOptions) - Method in interface com.algolia.search.SyncObjects
-
Get several objects from this index
- getOffset() - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- getOffset() - Method in class com.algolia.search.objects.Query
-
- getOperation() - Method in class com.algolia.search.inputs.OperationOnIndex
-
- getOptionalWords() - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- getOptionalWords() - Method in class com.algolia.search.objects.IndexSettings
-
- getOptionalWords() - Method in class com.algolia.search.objects.Query
-
- getPage() - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- getPage() - Method in class com.algolia.search.objects.Query
-
- getPage() - Method in class com.algolia.search.objects.RuleQuery
-
- getPage() - Method in class com.algolia.search.objects.SynonymQuery
-
- getPage() - Method in class com.algolia.search.responses.SearchResult
-
- getPage() - Method in class com.algolia.search.responses.SearchRuleResult
-
- getPaginationLimitedTo() - Method in class com.algolia.search.objects.IndexSettings
-
- getParameters() - Method in class com.algolia.search.http.AlgoliaHttpRequest
-
- getParams() - Method in class com.algolia.search.inputs.query_rules.Consequence
-
- 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
-
- getPattern() - Method in class com.algolia.search.inputs.query_rules.Condition
-
- getPendingTask() - Method in class com.algolia.search.Index.Attributes
-
- getPendingTask() - Method in class com.algolia.search.responses.TaskStatus
-
- getPercentileComputation() - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- getPercentileComputation() - Method in class com.algolia.search.objects.Query
-
- getPlaceholder() - Method in class com.algolia.search.inputs.synonym.Placeholder
-
- getPlaceholders() - Method in class com.algolia.search.objects.IndexSettings
-
- getPosition() - Method in class com.algolia.search.inputs.query_rules.ConsequencePromote
-
- getProcessed() - Method in class com.algolia.search.responses.SearchResult
-
- getProcessingTimeMS() - Method in class com.algolia.search.responses.BrowseResult
-
- getProcessingTimeMS() - Method in class com.algolia.search.responses.SearchFacetResult
-
- getProcessingTimeMS() - Method in class com.algolia.search.responses.SearchResult
-
- getPromote() - Method in class com.algolia.search.inputs.query_rules.Consequence
-
- getQuery() - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- getQuery() - Method in class com.algolia.search.inputs.query_rules.ConsequenceQueryString
-
- getQuery() - Method in class com.algolia.search.objects.IndexQuery
-
- getQuery() - Method in class com.algolia.search.objects.RuleQuery
-
- 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.inputs.query_rules.ConsequenceParams
-
- getQueryType() - Method in class com.algolia.search.objects.IndexSettings
-
- getQueryType() - Method in class com.algolia.search.objects.Query
-
- getRanking() - Method in class com.algolia.search.objects.IndexSettings
-
- getRankingInfo - Variable in class com.algolia.search.objects.Query
-
- getReadTimeout() - Method in class com.algolia.search.APIClientConfiguration
-
- getReferers() - Method in class com.algolia.search.objects.ApiKey
-
- getRemove() - Method in class com.algolia.search.inputs.query_rules.ConsequenceQueryObject
-
- getRemoveStopWords() - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- getRemoveStopWords() - Method in class com.algolia.search.objects.IndexSettings
-
- getRemoveStopWords() - Method in class com.algolia.search.objects.Query
-
- getRemoveWordsIfNoResults() - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- getRemoveWordsIfNoResults() - Method in class com.algolia.search.objects.IndexSettings
-
- getRemoveWordsIfNoResults() - Method in class com.algolia.search.objects.Query
-
- getReplacements() - Method in class com.algolia.search.inputs.synonym.Placeholder
-
- getReplaceSynonymsInHighlight() - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- getReplaceSynonymsInHighlight() - Method in class com.algolia.search.objects.IndexSettings
-
- getReplaceSynonymsInHighlight() - Method in class com.algolia.search.objects.Query
-
- getReplicas() - 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
-
- getResponseFields() - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- getResponseFields() - Method in class com.algolia.search.objects.IndexSettings
-
- getResponseFields() - Method in class com.algolia.search.objects.Query
-
- getRestrictHighlightAndSnippetArrays() - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- getRestrictHighlightAndSnippetArrays() - Method in class com.algolia.search.objects.IndexSettings
-
- getRestrictHighlightAndSnippetArrays() - Method in class com.algolia.search.objects.Query
-
- getRestrictIndices() - Method in class com.algolia.search.objects.Query
-
- getRestrictSearchableAttributes() - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- getRestrictSearchableAttributes() - Method in class com.algolia.search.objects.Query
-
- getRestrictSources() - Method in class com.algolia.search.objects.ApiKey
-
- getRestrictSources() - Method in class com.algolia.search.objects.Query
-
- getResults() - Method in class com.algolia.search.responses.MultiQueriesResult
-
- getResults() - Method in class com.algolia.search.responses.Results
-
- getRule(String) - Method in interface com.algolia.search.AsyncRules
-
Get a rule by ID
- getRule(String) - Method in interface com.algolia.search.SyncRules
-
Get a rule by Id
- getRule(String, RequestOptions) - Method in interface com.algolia.search.AsyncRules
-
Get a rule by ID
- getRule(String, RequestOptions) - Method in interface com.algolia.search.SyncRules
-
Get a rule by Id
- getRuleContexts() - Method in class com.algolia.search.objects.Query
-
- getScope() - Method in class com.algolia.search.inputs.OperationOnIndex
-
- getSearchableAttributes() - Method in class com.algolia.search.objects.IndexSettings
-
- getSeparatorsToIndex() - Method in class com.algolia.search.objects.IndexSettings
-
- getSettings() - Method in interface com.algolia.search.AsyncSettings
-
Get settings of this index
- getSettings() - Method in interface com.algolia.search.SyncSettings
-
Get settings of this index
- getSettings(RequestOptions) - Method in interface com.algolia.search.AsyncSettings
-
Get settings of this index
- getSettings(RequestOptions) - Method in interface com.algolia.search.SyncSettings
-
Get settings of this index
- getSha1() - Method in class com.algolia.search.objects.Log
-
- getSlaves() - Method in class com.algolia.search.objects.IndexSettings
-
Deprecated.
- getSnippetEllipsisText() - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- getSnippetEllipsisText() - Method in class com.algolia.search.objects.IndexSettings
-
- getSnippetEllipsisText() - Method in class com.algolia.search.objects.Query
-
- getSortFacetValuesBy() - Method in class com.algolia.search.objects.IndexSettings
-
- getSortFacetValuesBy() - Method in class com.algolia.search.objects.Query
-
- getStatus() - Method in class com.algolia.search.responses.TaskStatus
-
- getStatusCode() - Method in interface com.algolia.search.http.AlgoliaHttpResponse
-
- getSynonym(String) - Method in interface com.algolia.search.AsyncSynonyms
-
Get a synonym by ID
- getSynonym(String) - Method in interface com.algolia.search.SyncSynonyms
-
Get a synonym by ID
- getSynonym(String, RequestOptions) - Method in interface com.algolia.search.AsyncSynonyms
-
Get a synonym by ID
- getSynonym(String, RequestOptions) - Method in interface com.algolia.search.SyncSynonyms
-
Get a synonym by ID
- getSynonyms() - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- getSynonyms() - Method in class com.algolia.search.inputs.synonym.OneWaySynonym
-
- getSynonyms() - Method in class com.algolia.search.inputs.synonym.Synonym
-
- getSynonyms() - Method in class com.algolia.search.objects.Query
-
- getTagFilters() - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- getTagFilters() - Method in class com.algolia.search.objects.Query
-
- getTaskID() - Method in class com.algolia.search.objects.tasks.AbstractTask
-
- getTaskIDToWaitFor() - Method in class com.algolia.search.objects.tasks.AbstractTask
-
- getTaskIDToWaitFor() - Method in class com.algolia.search.objects.tasks.async.AsyncTask
-
- getTaskIDToWaitFor() - Method in class com.algolia.search.objects.tasks.async.AsyncTasksMultipleIndex
-
- getTaskIDToWaitFor() - Method in class com.algolia.search.objects.tasks.sync.Task
-
- getTaskIDToWaitFor() - Method in class com.algolia.search.objects.tasks.sync.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
-
- getType() - Method in class com.algolia.search.objects.SynonymQuery
-
- getTypes() - Method in class com.algolia.search.objects.SynonymQuery
-
Deprecated.
- getTypoTolerance() - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- getTypoTolerance() - Method in class com.algolia.search.objects.IndexSettings
-
- getTypoTolerance() - Method in class com.algolia.search.objects.Query
-
- 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
-
- getUserData() - Method in class com.algolia.search.inputs.query_rules.Consequence
-
- getUserToken() - Method in class com.algolia.search.objects.Query
-
- getValidity() - Method in class com.algolia.search.objects.ApiKey
-
- getValidUntil() - Method in class com.algolia.search.objects.Query
-
- getValue() - Method in class com.algolia.search.responses.FacetHit
-
- getWord() - Method in class com.algolia.search.inputs.synonym.AltCorrection1
-
- getWord() - Method in class com.algolia.search.inputs.synonym.AltCorrection2
-
- page - Variable in class com.algolia.search.objects.Query
-
- parseAs(ObjectMapper, Reader, JavaType) - Static method in class com.algolia.search.Utils
-
- parseAs(ObjectMapper, Reader, Class<T>) - Static method in class com.algolia.search.Utils
-
- partialUpdateObject(PartialUpdateOperation) - Method in interface com.algolia.search.AsyncPartialUpdate
-
Partially update an object, create the object if it does not exist
- partialUpdateObject(PartialUpdateOperation) - Method in interface com.algolia.search.SyncPartialUpdate
-
Partially update an object, create the object if it does not exist
- partialUpdateObject(PartialUpdateOperation, boolean) - Method in interface com.algolia.search.AsyncPartialUpdate
-
Partially update an object
- partialUpdateObject(PartialUpdateOperation, boolean) - Method in interface com.algolia.search.SyncPartialUpdate
-
Partially update an object
- partialUpdateObject(PartialUpdateOperation, boolean, RequestOptions) - Method in interface com.algolia.search.AsyncPartialUpdate
-
Partially update an object
- partialUpdateObject(PartialUpdateOperation, boolean, RequestOptions) - Method in interface com.algolia.search.SyncPartialUpdate
-
Partially update an object
- partialUpdateObject(PartialUpdateOperation, RequestOptions) - Method in interface com.algolia.search.AsyncPartialUpdate
-
Partially update an object, create the object if it does not exist
- partialUpdateObject(PartialUpdateOperation, RequestOptions) - Method in interface com.algolia.search.SyncPartialUpdate
-
Partially update an object, create the object if it does not exist
- partialUpdateObject(String, Object) - Method in interface com.algolia.search.AsyncPartialUpdate
-
Partially update an object
- partialUpdateObject(String, Object) - Method in interface com.algolia.search.SyncPartialUpdate
-
Partially update an object
- partialUpdateObject(String, Object, RequestOptions) - Method in interface com.algolia.search.AsyncPartialUpdate
-
Partially update an object
- partialUpdateObject(String, Object, RequestOptions) - Method in interface com.algolia.search.SyncPartialUpdate
-
Partially update an object
- partialUpdateObjects(List<Object>) - Method in interface com.algolia.search.AsyncPartialUpdate
-
Partially update a objects
- partialUpdateObjects(List<Object>) - Method in interface com.algolia.search.SyncPartialUpdate
-
Partially update a objects
- partialUpdateObjects(List<Object>, boolean) - Method in interface com.algolia.search.AsyncPartialUpdate
-
Partially update a objects
- partialUpdateObjects(List<Object>, boolean) - Method in interface com.algolia.search.SyncPartialUpdate
-
Partially update a objects
- partialUpdateObjects(List<Object>, boolean, RequestOptions) - Method in interface com.algolia.search.AsyncPartialUpdate
-
Partially update a objects
- partialUpdateObjects(List<Object>, boolean, RequestOptions) - Method in interface com.algolia.search.SyncPartialUpdate
-
Partially update a objects
- partialUpdateObjects(List<Object>, RequestOptions) - Method in interface com.algolia.search.AsyncPartialUpdate
-
Partially update a objects
- partialUpdateObjects(List<Object>, RequestOptions) - Method in interface com.algolia.search.SyncPartialUpdate
-
Partially update a objects
- PartialUpdateOperation - Interface in com.algolia.search.inputs.partial_update
-
- percentileComputation - Variable in class com.algolia.search.objects.Query
-
- Placeholder - Class in com.algolia.search.inputs.synonym
-
- Placeholder() - Constructor for class com.algolia.search.inputs.synonym.Placeholder
-
- POST - com.algolia.search.http.HttpMethod
-
- PREFIX_ALL - com.algolia.search.objects.Query.QueryType
-
- PREFIX_LAST - com.algolia.search.objects.Query.QueryType
-
- PREFIX_NONE - com.algolia.search.objects.Query.QueryType
-
- PUT - com.algolia.search.http.HttpMethod
-
- saveObject(String, T) - Method in interface com.algolia.search.AsyncObjects
-
Override the content of object
- saveObject(String, T) - Method in interface com.algolia.search.SyncObjects
-
Override the content of object
- saveObject(String, T, RequestOptions) - Method in interface com.algolia.search.AsyncObjects
-
Override the content of object
- saveObject(String, T, RequestOptions) - Method in interface com.algolia.search.SyncObjects
-
Override the content of object
- saveObjects(List<T>) - Method in interface com.algolia.search.AsyncObjects
-
Override the content the list of objects
- saveObjects(List<T>) - Method in interface com.algolia.search.SyncObjects
-
Override the content the list of objects
- saveObjects(List<T>, RequestOptions) - Method in interface com.algolia.search.AsyncObjects
-
Override the content the list of objects
- saveObjects(List<T>, RequestOptions) - Method in interface com.algolia.search.SyncObjects
-
Override the content the list of objects
- saveRule(String, Rule) - Method in interface com.algolia.search.AsyncRules
-
Saves/updates a rule without replacing it and NOT forwarding it to the replicas
- saveRule(String, Rule) - Method in interface com.algolia.search.SyncRules
-
Saves/updates a query rule without replacing it and NOT forwarding it to the replicas
- saveRule(String, Rule, boolean) - Method in interface com.algolia.search.AsyncRules
-
Saves/updates a rule
- saveRule(String, Rule, boolean) - Method in interface com.algolia.search.SyncRules
-
Saves/updates a queryRule without replacing
- saveRule(String, Rule, boolean, RequestOptions) - Method in interface com.algolia.search.AsyncRules
-
Saves/updates a rule
- saveRule(String, Rule, boolean, RequestOptions) - Method in interface com.algolia.search.SyncRules
-
Saves/updates a queryRule without replacing
- saveRule(String, Rule, RequestOptions) - Method in interface com.algolia.search.AsyncRules
-
Saves/updates a rule without replacing it and NOT forwarding it to the replicas
- saveRule(String, Rule, RequestOptions) - Method in interface com.algolia.search.SyncRules
-
Saves/updates a query rule without replacing it and NOT forwarding it to the replicas
- saveSynonym(String, AbstractSynonym) - Method in interface com.algolia.search.AsyncSynonyms
-
Saves/updates a synonym without replacing it and NOT forwarding it to the replicas
- saveSynonym(String, AbstractSynonym) - Method in interface com.algolia.search.SyncSynonyms
-
Saves/updates a synonym without replacing it and NOT forwarding it to the replicas
- saveSynonym(String, AbstractSynonym, boolean) - Method in interface com.algolia.search.AsyncSynonyms
-
Saves/updates a synonym without replacing
- saveSynonym(String, AbstractSynonym, boolean) - Method in interface com.algolia.search.SyncSynonyms
-
Saves/updates a synonym without replacing
- saveSynonym(String, AbstractSynonym, boolean, RequestOptions) - Method in interface com.algolia.search.AsyncSynonyms
-
Saves/updates a synonym without replacing
- saveSynonym(String, AbstractSynonym, boolean, RequestOptions) - Method in interface com.algolia.search.SyncSynonyms
-
Saves/updates a synonym without replacing
- saveSynonym(String, AbstractSynonym, RequestOptions) - Method in interface com.algolia.search.AsyncSynonyms
-
Saves/updates a synonym without replacing it and NOT forwarding it to the slaves
- saveSynonym(String, AbstractSynonym, RequestOptions) - Method in interface com.algolia.search.SyncSynonyms
-
Saves/updates a synonym without replacing it and NOT forwarding it to the slaves
- search(Query) - Method in class com.algolia.search.AsyncIndex
-
Search in the index
- search(Query) - Method in class com.algolia.search.Index
-
- search(Query, RequestOptions) - Method in class com.algolia.search.AsyncIndex
-
Search in the index
- search(Query, RequestOptions) - Method in class com.algolia.search.Index
-
- searchFacet(String, String) - Method in interface com.algolia.search.AsyncSearchForFacet
-
Deprecated.
- searchFacet(String, String) - Method in interface com.algolia.search.SyncSearchForFacet
-
Deprecated.
- searchFacet(String, String, Query) - Method in interface com.algolia.search.AsyncSearchForFacet
-
Deprecated.
- searchFacet(String, String, Query) - Method in interface com.algolia.search.SyncSearchForFacet
-
Deprecated.
- SearchFacetResult - Class in com.algolia.search.responses
-
- SearchFacetResult() - Constructor for class com.algolia.search.responses.SearchFacetResult
-
- searchForFacetValues(String, String) - Method in interface com.algolia.search.AsyncSearchForFacet
-
Search in a facet
- searchForFacetValues(String, String) - Method in interface com.algolia.search.SyncSearchForFacet
-
- searchForFacetValues(String, String, Query) - Method in interface com.algolia.search.AsyncSearchForFacet
-
Search in a facet
- searchForFacetValues(String, String, Query) - Method in interface com.algolia.search.SyncSearchForFacet
-
- searchForFacetValues(String, String, Query, RequestOptions) - Method in interface com.algolia.search.AsyncSearchForFacet
-
Search in a facet
- searchForFacetValues(String, String, Query, RequestOptions) - Method in interface com.algolia.search.SyncSearchForFacet
-
- searchForFacetValues(String, String, RequestOptions) - Method in interface com.algolia.search.AsyncSearchForFacet
-
Search in a facet
- searchForFacetValues(String, String, RequestOptions) - Method in interface com.algolia.search.SyncSearchForFacet
-
- searchInFacetValues(String, String) - Method in interface com.algolia.search.AsyncSearchForFacet
-
Deprecated.
- searchInFacetValues(String, String) - Method in interface com.algolia.search.SyncSearchForFacet
-
Deprecated.
- searchInFacetValues(String, String, Query) - Method in interface com.algolia.search.AsyncSearchForFacet
-
Deprecated.
- searchInFacetValues(String, String, Query) - Method in interface com.algolia.search.SyncSearchForFacet
-
Deprecated.
- SearchResult<T> - Class in com.algolia.search.responses
-
- SearchResult() - Constructor for class com.algolia.search.responses.SearchResult
-
- SearchRuleResult - Class in com.algolia.search.responses
-
- SearchRuleResult() - Constructor for class com.algolia.search.responses.SearchRuleResult
-
- searchRules(RuleQuery) - Method in interface com.algolia.search.AsyncRules
-
Search for Rules
- searchRules(RuleQuery) - Method in interface com.algolia.search.SyncRules
-
Search for Rules
- searchRules(RuleQuery, RequestOptions) - Method in interface com.algolia.search.AsyncRules
-
Search for Rules
- searchRules(RuleQuery, RequestOptions) - Method in interface com.algolia.search.SyncRules
-
Search for Rules
- SearchSynonymResult - Class in com.algolia.search.responses
-
- SearchSynonymResult() - Constructor for class com.algolia.search.responses.SearchSynonymResult
-
- searchSynonyms(SynonymQuery) - Method in interface com.algolia.search.AsyncSynonyms
-
Search for synonyms
- searchSynonyms(SynonymQuery) - Method in interface com.algolia.search.SyncSynonyms
-
Search for synonyms
- searchSynonyms(SynonymQuery, RequestOptions) - Method in interface com.algolia.search.AsyncSynonyms
-
Search for synonyms
- searchSynonyms(SynonymQuery, RequestOptions) - Method in interface com.algolia.search.SyncSynonyms
-
Search for synonyms
- setAcl(List<String>) - Method in class com.algolia.search.objects.ApiKey
-
- setAdvancedSyntax(Boolean) - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- 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.inputs.query_rules.ConsequenceParams
-
- setAllowTyposOnNumericTokens(Boolean) - Method in class com.algolia.search.objects.IndexSettings
-
- setAllowTyposOnNumericTokens(Boolean) - Method in class com.algolia.search.objects.Query
-
- setAlternativesAsExact(List<String>) - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- setAlternativesAsExact(List<String>) - Method in class com.algolia.search.objects.IndexSettings
-
- setAlternativesAsExact(List<String>) - Method in class com.algolia.search.objects.Query
-
- setAnalytics(Boolean) - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- setAnalytics(Boolean) - Method in class com.algolia.search.objects.Query
-
- setAnalyticsTags(String) - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- setAnalyticsTags(String) - Method in class com.algolia.search.objects.Query
-
- setAnchoring(String) - Method in class com.algolia.search.inputs.query_rules.Condition
-
- setAnchoring(String) - Method in class com.algolia.search.objects.RuleQuery
-
Set the anchoring, restricts the search to rules with a specific anchoring type
- setAnswer(String) - Method in class com.algolia.search.objects.Log
-
- setAnswerCode(String) - Method in class com.algolia.search.objects.Log
-
- setAPIClient(APIClient) - Method in class com.algolia.search.objects.tasks.sync.GenericTask
-
- setAPIClient(APIClient) - Method in class com.algolia.search.objects.tasks.sync.Task
-
- setAPIClient(APIClient) - Method in class com.algolia.search.objects.tasks.sync.TaskIndexing
-
- setAPIClient(APIClient) - Method in class com.algolia.search.objects.tasks.sync.TaskSingleIndex
-
- setAPIClient(APIClient) - Method in class com.algolia.search.objects.tasks.sync.TasksMultipleIndex
-
- setApiKey(String) - Method in class com.algolia.search.APIClientConfiguration
-
- setApiKey(String) - Method in class com.algolia.search.AsyncAPIClientConfiguration
-
- setApplicationId(String) - Method in class com.algolia.search.APIClientConfiguration
-
- setApplicationId(String) - Method in class com.algolia.search.AsyncAPIClientConfiguration
-
- setAroundLatLng(String) - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- setAroundLatLng(String) - Method in class com.algolia.search.objects.Query
-
- setAroundLatLngViaIP(Boolean) - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- setAroundLatLngViaIP(Boolean) - Method in class com.algolia.search.objects.Query
-
- setAroundPrecision(Integer) - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- setAroundPrecision(Integer) - Method in class com.algolia.search.objects.Query
-
- setAroundRadius(Integer) - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- setAroundRadius(Integer) - Method in class com.algolia.search.objects.Query
-
- setAroundRadius(Object) - Method in class com.algolia.search.objects.Query
-
- setAroundRadiusAll() - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- setAroundRadiusAll() - Method in class com.algolia.search.objects.Query
-
- setAttributeForDistinct(String) - Method in class com.algolia.search.objects.IndexSettings
-
- setAttributesForFaceting(List<String>) - Method in class com.algolia.search.objects.IndexSettings
-
- setAttributesToHighlight(List<String>) - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- 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
-
Deprecated.
- setAttributesToRetrieve(String) - Method in class com.algolia.search.inputs.Requests.Request
-
- setAttributesToRetrieve(List<String>) - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- 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.inputs.query_rules.ConsequenceParams
-
- setAttributesToSnippet(List<String>) - Method in class com.algolia.search.objects.IndexSettings
-
- setAttributesToSnippet(List<String>) - Method in class com.algolia.search.objects.Query
-
- setAutomaticFacetFilters(List<String>) - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- setAutomaticOptionalFacetFilters(List<String>) - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- setBuildHosts(List<String>) - Method in class com.algolia.search.APIClientBuilder
-
- setBuildHosts(List<String>) - Method in class com.algolia.search.APIClientConfiguration
-
- setBuildHosts(List<String>) - Method in class com.algolia.search.AsyncAPIClientBuilder
-
- setBuildHosts(List<String>) - Method in class com.algolia.search.AsyncAPIClientConfiguration
-
- setBuildHosts(List<String>) - Method in class com.algolia.search.GenericAPIClientBuilder
-
Set the hosts for indexing & building
- setCondition(Condition) - Method in class com.algolia.search.inputs.query_rules.Rule
-
- 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
-
- setConnectTimeout(int) - Method in class com.algolia.search.AsyncAPIClientBuilder
-
Set the connect timeout of the HTTP client
- setConnectTimeout(int) - Method in class com.algolia.search.AsyncAPIClientConfiguration
-
- setConnectTimeout(int) - Method in class com.algolia.search.GenericAPIClientBuilder
-
Set the connect timeout of the HTTP client
- setConsequence(Consequence) - Method in class com.algolia.search.inputs.query_rules.Rule
-
- setContext(String) - Method in class com.algolia.search.inputs.query_rules.Condition
-
- setContext(String) - Method in class com.algolia.search.objects.RuleQuery
-
Set the context, restricts the search to rules with a specific context (exact match)
- setCorrections(List<String>) - Method in class com.algolia.search.inputs.synonym.AltCorrection1
-
- setCorrections(List<String>) - Method in class com.algolia.search.inputs.synonym.AltCorrection2
-
- setCount(Integer) - Method in class com.algolia.search.responses.FacetHit
-
- setCount(Long) - Method in class com.algolia.search.responses.FacetHit
-
- setCreatedAt(String) - Method in class com.algolia.search.objects.tasks.async.AsyncTasksMultipleIndex
-
- setCreatedAt(String) - Method in class com.algolia.search.objects.tasks.sync.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
-
- setCustomParameters(Map<String, Object>) - Method in class com.algolia.search.objects.Query
-
- setCustomRanking(List<String>) - Method in class com.algolia.search.objects.IndexSettings
-
- setCustomSetting(String, Object) - Method in class com.algolia.search.objects.IndexSettings
-
- setCustomSettings(Map<String, Object>) - 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.inputs.query_rules.Rule
-
- setDescription(String) - Method in class com.algolia.search.objects.ApiKey
-
- setDisableExactOnAttributes(List<String>) - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- setDisableExactOnAttributes(List<String>) - Method in class com.algolia.search.objects.IndexSettings
-
- setDisableExactOnAttributes(List<String>) - Method in class com.algolia.search.objects.Query
-
- setDisablePrefixOnAttributes(List<String>) - Method in class com.algolia.search.objects.IndexSettings
-
- setDisableTypoToleranceOnAttributes(List<String>) - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- setDisableTypoToleranceOnAttributes(List<String>) - Method in class com.algolia.search.objects.IndexSettings
-
- setDisableTypoToleranceOnAttributes(List<String>) - Method in class com.algolia.search.objects.Query
-
- setDisableTypoToleranceOnWords(List<String>) - Method in class com.algolia.search.objects.IndexSettings
-
- setDistinct(Distinct) - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- setDistinct(Distinct) - Method in class com.algolia.search.objects.IndexSettings
-
- setDistinct(Distinct) - Method in class com.algolia.search.objects.Query
-
- setDistinct(Boolean) - Method in class com.algolia.search.objects.IndexSettings
-
- setDistinct(Integer) - Method in class com.algolia.search.objects.IndexSettings
-
- setEnableRules(Boolean) - Method in class com.algolia.search.objects.IndexSettings
-
- setEnableRules(Boolean) - Method in class com.algolia.search.objects.Query
-
- setExactOnSingleWordQuery(String) - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- setExactOnSingleWordQuery(String) - Method in class com.algolia.search.objects.IndexSettings
-
- setExactOnSingleWordQuery(String) - Method in class com.algolia.search.objects.Query
-
- setExecutor(ExecutorService) - Method in class com.algolia.search.AsyncAPIClientConfiguration
-
- setExhaustiveFacetsCount(Boolean) - Method in class com.algolia.search.responses.SearchFacetResult
-
- setExhaustiveFacetsCount(Boolean) - Method in class com.algolia.search.responses.SearchResult
-
- setExtraHeader(String, String) - Method in class com.algolia.search.APIClientBuilder
-
- setExtraHeader(String, String) - Method in class com.algolia.search.AsyncAPIClientBuilder
-
Deprecated.
- setExtraHeader(String, String) - Method in class com.algolia.search.GenericAPIClientBuilder
-
Deprecated.
- setFacetFilters(List<String>) - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- setFacetFilters(List<String>) - Method in class com.algolia.search.objects.Query
-
- setFacetHits(List<FacetHit>) - Method in class com.algolia.search.responses.SearchFacetResult
-
- setFacetingAfterDistinct(Boolean) - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- setFacetingAfterDistinct(Boolean) - Method in class com.algolia.search.objects.Query
-
- setFacets(String) - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- setFacets(String) - Method in class com.algolia.search.objects.Query
-
- setFacets(Map<String, Map<String, Long>>) - Method in class com.algolia.search.responses.SearchResult
-
- setFilters(String) - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- setFilters(String) - Method in class com.algolia.search.objects.Query
-
- setForwardedFor(String) - Method in class com.algolia.search.objects.RequestOptions
-
- setGetRankingInfo(Boolean) - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- setGetRankingInfo(Boolean) - Method in class com.algolia.search.objects.Query
-
- setHeaders(Map<String, String>) - Method in class com.algolia.search.APIClientConfiguration
-
- setHeaders(Map<String, String>) - Method in class com.algolia.search.AsyncAPIClientConfiguration
-
- setHighlighted(String) - Method in class com.algolia.search.responses.FacetHit
-
- setHighlightPostTag(String) - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- 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.inputs.query_rules.ConsequenceParams
-
- setHighlightPreTag(String) - Method in class com.algolia.search.objects.IndexSettings
-
- setHighlightPreTag(String) - Method in class com.algolia.search.objects.Query
-
- setHits(List<Rule>) - Method in class com.algolia.search.responses.SearchRuleResult
-
- setHits(List<AbstractSynonym>) - Method in class com.algolia.search.responses.SearchSynonymResult
-
- setHits(List<T>) - Method in class com.algolia.search.responses.BrowseResult
-
- setHits(List<T>) - Method in class com.algolia.search.responses.SearchResult
-
- setHitsPerPage(Integer) - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- 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.RuleQuery
-
Set the number of hits per page.
- setHitsPerPage(Integer) - Method in class com.algolia.search.objects.SynonymQuery
-
- setHitsPerPage(Integer) - Method in class com.algolia.search.responses.SearchResult
-
- setHitsPerPage(Long) - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- setHitsPerPage(Long) - Method in class com.algolia.search.objects.IndexSettings
-
- setHitsPerPage(Long) - Method in class com.algolia.search.objects.Query
-
- setHitsPerPage(Long) - Method in class com.algolia.search.objects.RuleQuery
-
Set the number of hits per page.
- setHitsPerPage(Long) - Method in class com.algolia.search.objects.SynonymQuery
-
- setHitsPerPage(Long) - Method in class com.algolia.search.responses.SearchResult
-
- setHostDownTimeout(int) - Method in class com.algolia.search.APIClientBuilder
-
Set the retry timeout to detect if a host is down
- setHostDownTimeout(int) - Method in class com.algolia.search.APIClientConfiguration
-
- setHostDownTimeout(int) - Method in class com.algolia.search.GenericAPIClientBuilder
-
Set the retry timeout to detect if a host is down
- setIgnorePlurals(IgnorePlurals) - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- setIgnorePlurals(IgnorePlurals) - Method in class com.algolia.search.objects.IndexSettings
-
- setIgnorePlurals(IgnorePlurals) - Method in class com.algolia.search.objects.Query
-
- setIgnorePlurals(Boolean) - Method in class com.algolia.search.objects.IndexSettings
-
- setIgnorePlurals(List<String>) - Method in class com.algolia.search.objects.IndexSettings
-
- setIndex(String) - Method in class com.algolia.search.objects.tasks.AbstractTask
-
- setIndex(String) - Method in class com.algolia.search.objects.tasks.async.AsyncGenericTask
-
- setIndex(String) - Method in class com.algolia.search.objects.tasks.async.AsyncTask
-
- setIndex(String) - Method in class com.algolia.search.objects.tasks.async.AsyncTaskIndexing
-
- setIndex(String) - Method in class com.algolia.search.objects.tasks.async.AsyncTaskSingleIndex
-
- setIndex(String) - Method in class com.algolia.search.objects.tasks.sync.GenericTask
-
- setIndex(String) - Method in class com.algolia.search.objects.tasks.sync.Task
-
- setIndex(String) - Method in class com.algolia.search.objects.tasks.sync.TaskIndexing
-
- setIndex(String) - Method in class com.algolia.search.objects.tasks.sync.TaskSingleIndex
-
- setIndex(String) - Method in class com.algolia.search.responses.SearchResult
-
- 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(List<String>) - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- setInsideBoundingBox(List<String>) - Method in class com.algolia.search.objects.Query
-
- setInsidePolygon(List<String>) - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- setInsidePolygon(List<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
-
- setLength(Integer) - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- setLength(Integer) - Method in class com.algolia.search.objects.Query
-
- setLength(Long) - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- setLength(Long) - Method in class com.algolia.search.objects.Query
-
- setLogs(List<Log>) - Method in class com.algolia.search.responses.Logs
-
- setMaxConnTotal(int) - Method in class com.algolia.search.APIClientBuilder
-
- setMaxConnTotal(int) - Method in class com.algolia.search.APIClientConfiguration
-
- setMaxConnTotal(int) - Method in class com.algolia.search.GenericAPIClientBuilder
-
- setMaxFacetHits(Integer) - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- setMaxFacetHits(Integer) - Method in class com.algolia.search.objects.IndexSettings
-
- setMaxFacetHits(Integer) - Method in class com.algolia.search.objects.Query
-
- setMaxFacetHits(Long) - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- setMaxFacetHits(Long) - Method in class com.algolia.search.objects.Query
-
- setMaxHitsPerQuery(Integer) - Method in class com.algolia.search.objects.ApiKey
-
- setMaxHitsPerQuery(Long) - 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.inputs.query_rules.ConsequenceParams
-
- setMaxValuesPerFacet(Integer) - Method in class com.algolia.search.objects.IndexSettings
-
- setMaxValuesPerFacet(Integer) - Method in class com.algolia.search.objects.Query
-
- setMaxValuesPerFacet(Long) - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- setMaxValuesPerFacet(Long) - Method in class com.algolia.search.objects.IndexSettings
-
- setMaxValuesPerFacet(Long) - 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.inputs.query_rules.ConsequenceParams
-
- setMinimumAroundRadius(Integer) - Method in class com.algolia.search.objects.Query
-
- setMinProximity(Integer) - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- 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.inputs.query_rules.ConsequenceParams
-
- setMinWordSizefor1Typo(Integer) - Method in class com.algolia.search.objects.IndexSettings
-
- setMinWordSizefor1Typo(Integer) - Method in class com.algolia.search.objects.Query
-
- setMinWordSizefor2Typos(Integer) - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- setMinWordSizefor2Typos(Integer) - Method in class com.algolia.search.objects.IndexSettings
-
- setMinWordSizefor2Typos(Integer) - Method in class com.algolia.search.objects.Query
-
- setNbHits(int) - Method in class com.algolia.search.responses.SearchRuleResult
-
- setNbHits(int) - Method in class com.algolia.search.responses.SearchSynonymResult
-
- setNbHits(Integer) - Method in class com.algolia.search.responses.SearchResult
-
- setNbHits(Long) - Method in class com.algolia.search.responses.SearchResult
-
- setNbPages(int) - Method in class com.algolia.search.responses.SearchRuleResult
-
- setNbPages(Integer) - Method in class com.algolia.search.responses.SearchResult
-
- setNbPages(Long) - Method in class com.algolia.search.responses.SearchResult
-
- setNumericAttributesForFiltering(List<String>) - Method in class com.algolia.search.objects.IndexSettings
-
- setNumericAttributesToIndex(List<String>) - Method in class com.algolia.search.objects.IndexSettings
-
Deprecated.
- setNumericFilters(List<String>) - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- setNumericFilters(List<String>) - Method in class com.algolia.search.objects.Query
-
- setObjectID(String) - Method in class com.algolia.search.inputs.query_rules.ConsequencePromote
-
- setObjectID(String) - Method in class com.algolia.search.inputs.query_rules.Rule
-
- 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.tasks.async.AsyncTaskIndexing
-
- setObjectID(String) - Method in class com.algolia.search.objects.tasks.sync.TaskIndexing
-
- setObjectIDs(List<String>) - Method in class com.algolia.search.objects.tasks.async.AsyncTaskSingleIndex
-
- setObjectIDs(List<String>) - Method in class com.algolia.search.objects.tasks.async.AsyncTasksMultipleIndex
-
- setObjectIDs(List<String>) - Method in class com.algolia.search.objects.tasks.sync.TaskSingleIndex
-
- setObjectIDs(List<String>) - Method in class com.algolia.search.objects.tasks.sync.TasksMultipleIndex
-
- setObjectMapper(ObjectMapper) - Method in class com.algolia.search.APIClientBuilder
-
Set the Jackson ObjectMapper
- setObjectMapper(ObjectMapper) - Method in class com.algolia.search.APIClientConfiguration
-
- setObjectMapper(ObjectMapper) - Method in class com.algolia.search.AsyncAPIClientBuilder
-
Set the Jackson ObjectMapper
- setObjectMapper(ObjectMapper) - Method in class com.algolia.search.AsyncAPIClientConfiguration
-
- setObjectMapper(ObjectMapper) - Method in class com.algolia.search.GenericAPIClientBuilder
-
Set the Jackson ObjectMapper, it overrides the default one and add 2 features: * Enables:
AUTO_CLOSE_JSON_CONTENT * Disables: FAIL_ON_UNKNOWN_PROPERTIES
- setOffset(Integer) - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- setOffset(Integer) - Method in class com.algolia.search.objects.Query
-
- setOffset(Long) - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- setOffset(Long) - Method in class com.algolia.search.objects.Query
-
- setOptionalWords(List<String>) - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- setOptionalWords(List<String>) - Method in class com.algolia.search.objects.IndexSettings
-
- setOptionalWords(List<String>) - Method in class com.algolia.search.objects.Query
-
- setPage(int) - Method in class com.algolia.search.responses.SearchRuleResult
-
- setPage(Integer) - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- setPage(Integer) - Method in class com.algolia.search.objects.Query
-
- setPage(Integer) - Method in class com.algolia.search.objects.RuleQuery
-
Set the page to retrieve (zero base).
- setPage(Integer) - Method in class com.algolia.search.objects.SynonymQuery
-
- setPage(Integer) - Method in class com.algolia.search.responses.SearchResult
-
- setPage(Long) - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- setPage(Long) - Method in class com.algolia.search.objects.Query
-
- setPage(Long) - Method in class com.algolia.search.objects.RuleQuery
-
Set the page to retrieve (zero base).
- setPage(Long) - Method in class com.algolia.search.objects.SynonymQuery
-
- setPage(Long) - Method in class com.algolia.search.responses.SearchResult
-
- setPaginationLimitedTo(Integer) - Method in class com.algolia.search.objects.IndexSettings
-
- setPaginationLimitedTo(Long) - Method in class com.algolia.search.objects.IndexSettings
-
- setParameters(Map<String, String>) - Method in class com.algolia.search.http.AlgoliaRequest
-
- setParams(ConsequenceParams) - Method in class com.algolia.search.inputs.query_rules.Consequence
-
- setParams(String) - Method in class com.algolia.search.responses.BrowseResult
-
- setParams(String) - Method in class com.algolia.search.responses.SearchResult
-
- setPattern(String) - Method in class com.algolia.search.inputs.query_rules.Condition
-
- setPendingTask(Boolean) - Method in class com.algolia.search.responses.TaskStatus
-
- setPercentileComputation(Boolean) - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- setPercentileComputation(Boolean) - Method in class com.algolia.search.objects.Query
-
- setPlaceholder(String) - Method in class com.algolia.search.inputs.synonym.Placeholder
-
- setPlaceholders(Map<String, List<String>>) - Method in class com.algolia.search.objects.IndexSettings
-
- setPosition(Integer) - Method in class com.algolia.search.inputs.query_rules.ConsequencePromote
-
- setProcessed(Boolean) - Method in class com.algolia.search.responses.SearchResult
-
- setProcessingTimeMS(Integer) - Method in class com.algolia.search.responses.BrowseResult
-
- setProcessingTimeMS(Integer) - Method in class com.algolia.search.responses.SearchResult
-
- setProcessingTimeMS(Long) - Method in class com.algolia.search.responses.BrowseResult
-
- setProcessingTimeMS(Long) - Method in class com.algolia.search.responses.SearchFacetResult
-
- setProcessingTimeMS(Long) - Method in class com.algolia.search.responses.SearchResult
-
- setPromote(List<ConsequencePromote>) - Method in class com.algolia.search.inputs.query_rules.Consequence
-
- setQuery(ConsequenceQuery) - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- setQuery(String) - Method in class com.algolia.search.objects.Query
-
- setQuery(String) - Method in class com.algolia.search.objects.RuleQuery
-
Set the full text 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.APIClientBuilder
-
- setQueryHosts(List<String>) - Method in class com.algolia.search.APIClientConfiguration
-
- setQueryHosts(List<String>) - Method in class com.algolia.search.AsyncAPIClientBuilder
-
- setQueryHosts(List<String>) - Method in class com.algolia.search.AsyncAPIClientConfiguration
-
- setQueryHosts(List<String>) - Method in class com.algolia.search.GenericAPIClientBuilder
-
Set the hosts for search & queries
- setQueryParameters(String) - Method in class com.algolia.search.objects.ApiKey
-
- setQueryType(String) - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- setQueryType(String) - Method in class com.algolia.search.objects.IndexSettings
-
- setQueryType(String) - 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
-
- setReadTimeout(int) - Method in class com.algolia.search.AsyncAPIClientBuilder
-
Set the read timeout of the HTTP client
- setReadTimeout(int) - Method in class com.algolia.search.AsyncAPIClientConfiguration
-
- setReadTimeout(int) - Method in class com.algolia.search.GenericAPIClientBuilder
-
Set the read timeout of the HTTP client
- setReferers(List<String>) - Method in class com.algolia.search.objects.ApiKey
-
- setRemove(List<String>) - Method in class com.algolia.search.inputs.query_rules.ConsequenceQueryObject
-
- setRemoveStopWords(RemoveStopWords) - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- setRemoveStopWords(RemoveStopWords) - Method in class com.algolia.search.objects.IndexSettings
-
- setRemoveStopWords(RemoveStopWords) - Method in class com.algolia.search.objects.Query
-
- setRemoveStopWords(Boolean) - Method in class com.algolia.search.objects.IndexSettings
-
- setRemoveStopWords(List<String>) - Method in class com.algolia.search.objects.IndexSettings
-
- setRemoveWordsIfNoResults(Query.RemoveWordsType) - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- setRemoveWordsIfNoResults(Query.RemoveWordsType) - Method in class com.algolia.search.objects.Query
-
- setRemoveWordsIfNoResults(String) - Method in class com.algolia.search.objects.IndexSettings
-
- setReplacements(List<String>) - Method in class com.algolia.search.inputs.synonym.Placeholder
-
- setReplaceSynonymsInHighlight(Boolean) - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- setReplaceSynonymsInHighlight(Boolean) - Method in class com.algolia.search.objects.IndexSettings
-
- setReplaceSynonymsInHighlight(Boolean) - Method in class com.algolia.search.objects.Query
-
- setReplicas(List<String>) - Method in class com.algolia.search.objects.IndexSettings
-
- setResponseFields(List<String>) - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- setResponseFields(List<String>) - Method in class com.algolia.search.objects.IndexSettings
-
- setResponseFields(List<String>) - Method in class com.algolia.search.objects.Query
-
- setRestrictHighlightAndSnippetArrays(Boolean) - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- setRestrictHighlightAndSnippetArrays(Boolean) - Method in class com.algolia.search.objects.IndexSettings
-
- setRestrictHighlightAndSnippetArrays(Boolean) - Method in class com.algolia.search.objects.Query
-
- setRestrictIndices(List<String>) - Method in class com.algolia.search.objects.Query
-
- setRestrictSearchableAttributes(List<String>) - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- setRestrictSearchableAttributes(List<String>) - Method in class com.algolia.search.objects.Query
-
- setRestrictSources(String) - Method in class com.algolia.search.objects.ApiKey
-
- setRestrictSources(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
-
- setRuleContexts(List<String>) - Method in class com.algolia.search.objects.Query
-
- setSearchableAttributes(List<String>) - Method in class com.algolia.search.objects.IndexSettings
-
- setSeparatorsToIndex(String) - Method in class com.algolia.search.objects.IndexSettings
-
- setSettings(IndexSettings) - Method in interface com.algolia.search.AsyncSettings
-
Set settings of this index, and do not forward to replicas
- setSettings(IndexSettings) - Method in interface com.algolia.search.SyncSettings
-
Set settings of this index, and do not forward to replicas
- setSettings(IndexSettings, RequestOptions) - Method in interface com.algolia.search.AsyncSettings
-
Set settings of this index, and do not forward to slaves
- setSettings(IndexSettings, RequestOptions) - Method in interface com.algolia.search.SyncSettings
-
Set settings of this index, and do not forward to slaves
- setSettings(IndexSettings, Boolean) - Method in interface com.algolia.search.AsyncSettings
-
Set settings of this index
- setSettings(IndexSettings, Boolean) - Method in interface com.algolia.search.SyncSettings
-
Set settings of this index
- setSettings(IndexSettings, Boolean, RequestOptions) - Method in interface com.algolia.search.AsyncSettings
-
Set settings of this index
- setSettings(IndexSettings, Boolean, RequestOptions) - Method in interface com.algolia.search.SyncSettings
-
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
-
Deprecated.
- setSnippetEllipsisText(String) - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- setSnippetEllipsisText(String) - Method in class com.algolia.search.objects.IndexSettings
-
- setSnippetEllipsisText(String) - Method in class com.algolia.search.objects.Query
-
- setSortFacetValuesBy(String) - Method in class com.algolia.search.objects.IndexSettings
-
- setSortFacetValuesBy(String) - Method in class com.algolia.search.objects.Query
-
- setStatus(String) - Method in class com.algolia.search.responses.TaskStatus
-
- setSynonyms(Boolean) - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- setSynonyms(Boolean) - Method in class com.algolia.search.objects.Query
-
- setSynonyms(List<String>) - Method in class com.algolia.search.inputs.synonym.OneWaySynonym
-
- setSynonyms(List<String>) - Method in class com.algolia.search.inputs.synonym.Synonym
-
- setTagFilters(List<String>) - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- setTagFilters(List<String>) - Method in class com.algolia.search.objects.Query
-
- setTaskID(Long) - Method in class com.algolia.search.objects.tasks.async.AsyncTask
-
- setTaskID(Long) - Method in class com.algolia.search.objects.tasks.sync.Task
-
- setTaskID(T) - Method in class com.algolia.search.objects.tasks.AbstractTask
-
- setTaskID(T) - Method in class com.algolia.search.objects.tasks.async.AsyncGenericTask
-
- setTaskID(T) - Method in class com.algolia.search.objects.tasks.sync.GenericTask
-
- setTimestamp(String) - Method in class com.algolia.search.objects.Log
-
- setType(String) - Method in class com.algolia.search.objects.SynonymQuery
-
- setTypes(List<String>) - Method in class com.algolia.search.objects.SynonymQuery
-
Deprecated.
- setTypoTolerance(TypoTolerance) - Method in class com.algolia.search.inputs.query_rules.ConsequenceParams
-
- setTypoTolerance(TypoTolerance) - Method in class com.algolia.search.objects.IndexSettings
-
- setTypoTolerance(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
- setUserAgent(String, String) - Method in class com.algolia.search.AsyncAPIClientBuilder
-
Customize the user agent
- setUserAgent(String, String) - Method in class com.algolia.search.GenericAPIClientBuilder
-
Customize the user agent
- setUserData(Map<String, Object>) - Method in class com.algolia.search.inputs.query_rules.Consequence
-
- setUserToken(String) - Method in class com.algolia.search.objects.Query
-
- setValidity(Integer) - Method in class com.algolia.search.objects.ApiKey
-
- setValidUntil(Integer) - Method in class com.algolia.search.objects.Query
-
- setValue(String) - Method in class com.algolia.search.responses.FacetHit
-
- setVersion(Integer) - Method in class com.algolia.search.objects.IndexSettings
-
- setWord(String) - Method in class com.algolia.search.inputs.synonym.AltCorrection1
-
- setWord(String) - Method in class com.algolia.search.inputs.synonym.AltCorrection2
-
- snippetEllipsisText - Variable in class com.algolia.search.objects.Query
-
- sortFacetValuesBy - Variable in class com.algolia.search.objects.Query
-
- STOP_IF_ENOUGH_MATCHES - com.algolia.search.objects.MultiQueriesStrategy
-
- stream() - Method in class com.algolia.search.iterators.IndexIterable
-
Get a stream from this iterable
- SyncBaseIndex<T> - Interface in com.algolia.search
-
- SyncBrowse<T> - Interface in com.algolia.search
-
- SyncDeleteByQuery<T> - Interface in com.algolia.search
-
- SyncIndexCRUD<T> - Interface in com.algolia.search
-
- SyncKey<T> - Interface in com.algolia.search
-
- SyncObjects<T> - Interface in com.algolia.search
-
- SyncPartialUpdate<T> - Interface in com.algolia.search
-
- SyncRules<T> - Interface in com.algolia.search
-
- SyncSearchForFacet<T> - Interface in com.algolia.search
-
- SyncSettings<T> - Interface in com.algolia.search
-
- SyncSynonyms<T> - Interface in com.algolia.search
-
- SyncTasks<T> - Interface in com.algolia.search
-
- 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
-
- synonyms - Variable in class com.algolia.search.objects.Query
-
- SynonymsIterable - Class in com.algolia.search.iterators
-
- SynonymsIterable(Index<?>) - Constructor for class com.algolia.search.iterators.SynonymsIterable
-
- SynonymsIterable(Index<?>, Integer) - Constructor for class com.algolia.search.iterators.SynonymsIterable
-
- SynonymsIterator - Class in com.algolia.search.iterators
-
- validUntil - Variable in class com.algolia.search.objects.Query
-
- 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.
- 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.
- waitForCompletion() - Method in class com.algolia.search.objects.tasks.sync.GenericTask
-
Wait for the completion of this task
- waitForCompletion() - Method in class com.algolia.search.objects.tasks.sync.Task
-
Wait for the completion of this task
- waitForCompletion(long) - Method in class com.algolia.search.objects.tasks.sync.GenericTask
-
Wait for the completion of this task
- waitForCompletion(long) - Method in class com.algolia.search.objects.tasks.sync.Task
-
Wait for the completion of this task
- waitForCompletion(long, RequestOptions) - Method in class com.algolia.search.objects.tasks.sync.Task
-
Wait for the completion of this task
- waitForCompletion(RequestOptions) - Method in class com.algolia.search.objects.tasks.sync.Task
-
Wait for the completion of this task
- waitTask(AsyncGenericTask<T>) - Method in class com.algolia.search.AsyncAPIClient
-
Wait for the completion of this task /!\ WARNING /!\ This method is blocking
- waitTask(AsyncGenericTask<T>, long) - Method in class com.algolia.search.AsyncAPIClient
-
Wait for the completion of this task /!\ WARNING /!\ This method is blocking
- waitTask(AsyncGenericTask<T>, long, RequestOptions) - Method in class com.algolia.search.AsyncAPIClient
-
Wait for the completion of this task /!\ WARNING /!\ This method is blocking
- waitTask(AsyncTask) - Method in interface com.algolia.search.AsyncTasks
-
Wait for the completion of a task, for 100ms
- waitTask(AsyncTask, long) - Method in interface com.algolia.search.AsyncTasks
-
Wait for the completion of a task
- waitTask(AsyncTask, long, RequestOptions) - Method in interface com.algolia.search.AsyncTasks
-
Wait for the completion of a task
- waitTask(AsyncTask, RequestOptions) - Method in interface com.algolia.search.AsyncTasks
-
Wait for the completion of a task, for 100ms
- waitTask(GenericTask<T>) - Method in class com.algolia.search.APIClient
-
Wait for the completion of this task
- waitTask(GenericTask<T>, long) - Method in class com.algolia.search.APIClient
-
Wait for the completion of this task
- waitTask(GenericTask<T>, long, RequestOptions) - Method in class com.algolia.search.APIClient
-
Wait for the completion of this task
- waitTask(Task) - Method in interface com.algolia.search.SyncTasks
-
Wait for the completion of a task, for 100ms
- waitTask(Task, long) - Method in interface com.algolia.search.SyncTasks
-
Wait for the completion of a task
- waitTask(Task, long, RequestOptions) - Method in interface com.algolia.search.SyncTasks
-
Wait for the completion of a task
- waitTask(Task, RequestOptions) - Method in interface com.algolia.search.SyncTasks
-
Wait for the completion of a task, for 100ms
- waitTask(Long) - Method in interface com.algolia.search.AsyncTasks
-
Wait for the completion of a task, for 100ms
- waitTask(Long) - Method in interface com.algolia.search.SyncTasks
-
Wait for the completion of a task, for 100ms
- waitTask(Long, RequestOptions) - Method in interface com.algolia.search.SyncTasks
-
Wait for the completion of a task, for 100ms