| Interface | Description |
|---|---|
| HttpRequester |
This contract allows you to inject a custom HTTPClient to any Algolia clients of the library.
|
| SearchClientAdvanced | |
| SearchClientAPIKeys | |
| SearchClientBase | |
| SearchClientCopyOperations | |
| SearchClientMcm | |
| SearchClientMultipleOperations | |
| SearchClientPersonalization | |
| SearchIndexBase<T> |
This interface holds all index common methods.
|
| SearchIndexRules<T> |
This interface holds all endpoints for Query Rules.
|
| SearchIndexSearching<T> |
This interface holds all endpoints related to search.
|
| SearchIndexSettings<T> |
This interface holds all endpoints for Index Settings.
|
| SearchIndexSynonyms<T> |
This interface holds all endpoints for Synonyms.
|
| Class | Description |
|---|---|
| AccountClient |
The account client performs cross indices operations This class is an helper and it doesn't hold
resources.
|
| AnalyticsClient |
Algolia's REST analytics client that wraps an instance of the transporter
HttpTransport
which wraps the HTTP Client This client allows to build typed requests and read typed responses. |
| AnalyticsConfig | |
| AnalyticsConfig.Builder | |
| ConfigBase |
Algolia's clients common configuration
|
| ConfigBase.Builder<T extends ConfigBase.Builder<T>> |
Config base builder to ensure the immutability of the configuration.
|
| Defaults |
Class holding shared objects between all clients.
|
| InsightsClient |
Algolia's REST insights client that wraps an instance of the transporter
HttpTransport
which wraps the HTTP Client This client allows to build typed requests and read typed responses. |
| InsightsConfig | |
| InsightsConfig.Builder | |
| SearchClient |
Algolia's REST search client that wraps an instance of the transporter
HttpTransport
which wraps the HttpClient This client allows to build typed requests and read typed responses. |
| SearchConfig | |
| SearchConfig.Builder | |
| SearchIndex<T> |
This class holds all endpoints for an Index.
|
| StatefulHost | |
| UserInsightsClient |
Copyright © 2019. All rights reserved.