Module ElasticsearchConnector


Module prestashop pour votre site e-commerce

Connector to make Prestashop use the powerfull and free Elasticsearch search engine. Search 100 000+ products in few milliseconds!

Les plus de ce module Prestashop

Augmente la vitesse de votre site
Facilite les recherches des utilisateurs sur votre site
Merchant gets access to powerfull text search server features like autocomplete, stemmers, phonetic, synonyms and many many more elasticsearch features.
When inteligent search enabled this module will reduce number of searches done by customer that will return 0 results because of typo or misspell.

Ce que vos clients aimeront

Customers will get best matched products in most short time using powerfull text search server.
When inteligent search enabled Your customers will get best matched products in case originally searched phase return 0 results.
This feature will be very usefull for Your customers as it can fix mistakes done by them while they use search feature.

Installation

1. Elasticsearch installation
- Download elasticsearch
- Start elasticsearch 
2. Install ElasticsearchConnector
- Please use default PrestaShop module installation scenerio.
Please note this module use class override file /override/classes/Search.php
Server environment should allow http user to be able to override that file.
3. Configure ElasticsearchConnector
4. Start full indexation process by click on the button "Regenerate now"

Autre

24H SUPPORT
Our team guarantee respond to any module related question within 24 hours.

General settings
1. Host 1
- 1st node server (default: http://localhost:9200)
2. Host 2
- 2nd node server used in the cluster
3. Host 3
- 3rd node server used in the cluster
4. Logging
- Disable or enable elasticsearch logging (default: disabled)
5. Log file path
- Path to the file used for elasticsearch logging (default: [MODULE DIR]/log/log.txt)
Please note file have to be accessible and writable.
6. Log level
- Type of information saved by elasticsearch to log file (default: INFO)

Index fields
Please note that edit any of this group setting need to full index rebuild.
1. Product name
- Disable or enable product name indexation
2. Product reference
- Disable or enable product reference indexation
3. Product short description
- Disable or enable product short description indexation
4. Product description
- Disable or enable product description indexation
5. Category name
- Disable or enable category name indexation
6. Manufacturer name
- Disable or enable manufacturer name indexation
7. Supplier name
- Disable or enable supplier name indexation
8. Supplier reference
- Disable or enable supplier reference indexation
9. Tag
- Disable or enable product tag indexation
10. Product attribute
- Disable or enable product attribute indexation
11. Product feature
- Disable or enable product feature indexation
12. Product EAN13
- Disable or enable product EAN13 indexation
13. Disable ElasticSearch while indexing
- Disable or enable default PrestaShop search engine while ElasticSearch full index regeneration in progress.

Index settings
Please note that edit any of this group setting need to full index rebuild.
1. Advanced
- Disable or enable advanced index configuration (only for advanced elasticsearch users).
When enabled all fields from this part are hidden and textarea with json code is visible.
You can configure here all available index features that elasticsearch server prepare for You.
More about advanced index configuration can be find in elasticsearch server documentation.
2. Minimum word length
- Define minimum word lenght to be indexed (default: 3)
3. Maximum word length
- Define maximum word lenght to be indexed (default: 255)
4. Search exact match
- Disable or enable search withing words or exact match only
5. Blacklisted words
- Define list of words that will be skipp while indexing
Each word should be separate by char ,
6. Synonym words
- Define list of synonyms that will be used while indexing
Each word should be separate by char , and equivalent synonym separate by new line

Search settings
1. Advanced
- Disable or enable advanced search configuration (only for advanced elasticsearch users).
When enabled all fields from this part are hidden and textarea with json code is visible.
You can configure here all available search features that elasticsearch server prepare for You.
More about advanced index configuration can be find in elasticsearch server documentation.
2. Search operator
- Define search operator used in multi word searching (default: AND)
3. Inteligent search
- Disable or enable inteligent search that is typoes and mispelings correction
4. Product name weight
- Numeric value represents product name importance
5. Product reference weight
- Numeric value represents product reference importance
6. Product short description weight
- Numeric value represents product short description importance
7. Product description weight
- Numeric value represents product description importance
8. Category name weight
- Numeric value represents category name importance
9. Manufacturer name weight
- Numeric value represents manufacturer name importance
10. Supplier name weight
- Numeric value represents supplier name importance
11. Supplier reference weight
- Numeric value represents supplier reference importance
12. Tag weight
- Numeric value represents tag importance
13. Product attribute weight
- Numeric value represents product attribute importance
14. Product feature weight
- Numeric value represents product feature importance
15. Product EAN13 weight
- Numeric value represents product EAN13 importance

Indexing
You can find here interesting informations about indexation process.
This section also give You buttons and links to rebuild entire index or add missing products to index.
1. Indexing
- This is core PrestaShop setting added to Elasticsearchconnector configuration to have all related settings in one place.
It's exactly same switch that You can find on 'Preferences' -> 'Search'
It allow You to enable or disable automatic index update after each product save.

Caractéristiques

- support typoes and mispelings correction
- support synonyms
- support field weight to define importance of fields
- support up to 3 node servers in the cluster
- elasticsearch log in all available log levels
- support auto indexation on product add/update/duplicate
- support indexation defined on cron
- manual indexation fired in background with slow server timeout protection
- indexation cron links ready to use with 'Cron task manager'
- support full index regeneration and new add only missing products to index
- work with all PrestaShop search methods like:
a) normal search
b) ajax search
c) instant search
- support advanced custom index configuration as json string
- support advanced custom search configuration as json string
- create multiple indexes separatly for each shop and language
- take as initial settings already configured options like:
a) Search within word
b) Minimum word length
c) Blacklisted words
d) Field weight

Nouveautés de la version 1.0.22(29/06/2020)

  • 2015-01-04 22:35:35 +0100 Initial commit
  • 2015-03-14 08:56:43 +0100 Company name change
  • 2015-09-27 21:56:23 +0100 Index search visible products only
  • 2016-02-23 17:22:43 +0100 Weight of the field implemented
  • 2016-03-11 16:50:12 +0100 Config UI redesign, advanced search configuration added, intelligent search added
  • 2016-05-05 11:32:51 +0100 Timeout protection on slow server on regenerate index
  • 2016-07-30 10:22:31 +0100 Better result order by shingle filter use & switch to handle search via PS engine while ElasticSearch indexation in progress.
  • 2016-08-10 11:21:53 +0100 Disable elasticsearch while full indexation and use default PS search engine.
  • 2016-10-11 14:52:32 +0100 Add missing products to index, cron links for indexation.
  • 2017-01-14 11:23:15 +0100 ElasticSearch 5.X support, prevent indexation request caching, fix ajax result sorting, PrestaShop 1.7.X support
  • 2017-06-13 23:45:17 +0100 Supplier filed added to index and available for search.
  • 2017-06-21 17:11:52 +0100 PHP <= 5.6.6 support
  • 2017-10-19 22:22:31 +0100 EAN13 filed added to index and available for search.
  • 2018-01-15 19:41:19 +0100 Supplier reference filed added to index and available for search.
  • 2018-07-02 22:01:43 +0100 Initial reindexation in background process.
  • 2018-09-04 22:41:13 +0100 PrestaShop 1.7.4 support.
  • 2019-02-07 21:14:03 +0100 Synonym support, cron url fix.
  • 2019-03-27 21:30:42 +0100 Fix relevance using synonyms and not exact match functions together
  • 2019-05-02 20:12:24 +0100 Support ElasticSearch 7.X
  • 2020-06-09 11:22:41 +0100 Attribute reference fix for PrestaShop 1.7.7

Support et mises à jour

Lors de l'achat, votre abonnement Business Care de votre première année est automatiquement inclus, puis reconduit tacitement à la fin de la période.

Vous pouvez résilier votre abonnement à tout moment, avant la fin de la période en cours.

Les services inclus dans votre abonnement

  • Mises à jour sécurité
  • Mises à jour compatibilité
  • Évolutions et futures fonctionnalités
  • Support illimité

Vous souhaitez avoir plus de détails? Découvrez les questions les plus fréquemment posées autour de Business Care.


A propos

Développeur

Ancienneté

10/03/2018

Pays

India

Langues du support

EN