monogo/magento-typesense-suite

Set of packages for Magento 2 Typesense implementation

1.0.2 2023-08-25 13:48 UTC

This package is auto-updated.

Last update: 2024-04-25 15:11:26 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

Credits