algolia/algoliasearch-ingestion-magento-2
Composer 安装命令:
composer require algolia/algoliasearch-ingestion-magento-2
包简介
Algolia Ingestion API support for Magento 2
README 文档
README
A Magento extension that routes Algolia product indexing operations through the Algolia Ingestion API.
This enables support for pre-indexing JavaScript transformations, low latency Collections and observability through the Algolia platform.
Requirements
- PHP 8.3+
- Magento 2.4+
algolia/algoliasearch-magento-2^3.19.0
Installation
Via Composer (Recommended)
composer require algolia/algoliasearch-ingestion-magento-2 bin/magento module:enable Algolia_Ingestion bin/magento setup:upgrade bin/magento setup:di:compile bin/magento cache:flush
setup:upgrade creates the algoliasearch_ingestion_task table used to track the source/destination/task pipeline per store and index.
Manual Installation
- Download the module files.
- Place them in
app/code/Algolia/Ingestion/. - Run the commands above starting from
module:enable.
Configuration
Prerequisite: Algolia credentials must be configured at Stores > Configuration > Algolia Search > Credentials and Basic Setup before enabling this module. The Ingestion API uses the same Application ID and Admin API Key.
Limitations
- Requires
algolia/algoliasearch-magento-2^3.19.0 - the strategy interface that allows delivery routing was introduced in that release. - JavaScript transformations must be configured in the Algolia dashboard independently. This module handles delivery to the pipeline; transformation logic lives in Algolia.
License
This project is licensed under the MIT License - see the LICENSE file for details.
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-06-30