| Interface | Description |
|---|---|
| BuildListener |
Listener for events related to index building.
|
| CompletionHandler |
Handles completion of an API request.
|
| Request |
An API request.
|
| SyncListener |
Listener for sync-related events.
|
| Class | Description |
|---|---|
| AbstractClient |
An abstract API client.
|
| AbstractClient.LibraryVersion |
A version of a software library.
|
| AbstractQuery |
An abstract search query.
|
| AbstractQuery.LatLng |
A pair of (latitude, longitude).
|
| Client |
Entry point to the Android API.
|
| Index |
A proxy to an Algolia index.
|
| IndexQuery |
A search query targeting a specific index.
|
| MirroredIndex |
An online index that can also be mirrored locally.
|
| MirroredIndex.DataSelectionQuery |
A data selection query.
|
| MirroredIndex.SyncStats |
Statistics about a sync.
|
| OfflineClient |
An API client that adds offline features on top of the regular online API client.
|
| OfflineIndex |
A purely offline index.
|
| Query |
Describes all parameters of a search query.
|
| Query.GeoRect |
A rectangle in geo coordinates.
|
| Query.IgnorePlurals |
A value of the
ignorePlurals setting. |
| Query.Polygon |
A polygon in geo coordinates.
|
| RequestOptions |
Per-request options.
|
| Searchable |
A searchable source of data
|
| Enum | Description |
|---|---|
| Client.MultipleQueriesStrategy |
Strategy when running multiple queries.
|
| MirroredIndex.Strategy |
Strategy to choose between online and offline search.
|
| Query.AlternativesAsExact | |
| Query.ExactOnSingleWordQuery | |
| Query.QueryType | |
| Query.RemoveWordsIfNoResults | |
| Query.SortFacetValuesBy | |
| Query.TypoTolerance |
| Exception | Description |
|---|---|
| AlgoliaException |
Any error that was encountered during the processing of a request.
|