monogo / magento-typesense-suite
Set of packages for Magento 2 Typesense implementation
Installs: 40
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
This package is auto-updated.
Last update: 2025-03-31 11:29:02 UTC
README
Set of packages for Magento 2 Typesense implementation
Configuration
As the first step, Go to Magento Admin → Configuration → Typesense
General section
Configure the connection parameters for Typesense instance
Advanced section
Configure the additional parameters
Indexing Queue / Cron section
Configure Queue/Cron for indexers
Catalog Categories
Configure Catalog Categories
CMS Pages
Configure Queue/Cron for indexers
Analytics
Configure Analytics
CLI
Command | Description |
---|---|
bin/magento typesense:compact |
Compact the on-disk database of Typesense server |
bin/magento typesense:flush |
Flush all imported data in Typesense |
bin/magento typesense:metrics |
Get Typesense server metrics |
Indexers
Indexer | Description |
---|---|
bin/magento indexer:reindex typesense_queue_runner |
Typesense Queue Runner. To enable this, configure Stores → Configuration →Typesense → Indexing Queue / Cron |
bin/magento indexer:reindex typesense_all |
Metaindexer. It will runn all dependent indexes defined in modules |
bin/magento indexer:reindex typesense_categories |
Typesense Categories indexer. To enable this, configure Stores → Configuration →Typesense → Catalog Categories |
bin/magento indexer:reindex typesense_products_children |
Typesense Products children indexer. To enable this, configure Stores → Configuration →Typesense → Catalog Products |
bin/magento indexer:reindex typesense_products |
Typesense Main Products indexer. To enable this, configure Stores → Configuration →Typesense → Catalog Products |
bin/magento indexer:reindex typesense_cms_pages |
Typesense CMS Pages indexer. To enable this, configure Stores → Configuration →Typesense → CMS Pages |