Algolia is a hosted search API that provides developers with tools to build fast and relevant search experiences for their applications.
Tool to create an ab test comparing search performance between two variants. use to test different index configurations or search parameters and measure impact on click-through and conversion rates.
Tool to retrieve all records from an index. use when you need to export or iterate through an entire index dataset.
Tool to clear records of an index without affecting settings. use when you need to completely wipe all objects (e.g., after a bulk reindex) while preserving index configuration.
Tool to delete all rules in an index. use when you need to wipe all rules before re-creating them. use after confirming no critical rules require retention.
Tool to send a click event to algolia to capture clicked items. use immediately after a user click outside of search contexts to report click events.
Tool to send a click event after a search response. use when you want to report which items a user clicked in search results.