Search
List of methods
Search index |
Method used for querying an index. |
Search for facet values |
Search for a set of values within a given facet attribute. Can be combined with a query. |
Search multiple indices |
Perform a search on several indices at the same time, with one method call. |
Find Object |
Find an object by the given condition. Can be used to debug relevance. |
Get Object Position |
Retrieve the given object’s position in the given results set. Can be used to debug relevance. |
It’s recommended to use the Kotlin API client, which is better suited for Android development.
Building search interfaces# A
If you’re integrating Algolia into your web application, you should use one of Algolia’s UI libraries instead of using the API client.