• Stars
    star
    142
  • Rank 258,495 (Top 6 %)
  • Language
    PHP
  • License
    Apache License 2.0
  • Created over 12 years ago
  • Updated about 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Elasticsearch module for Magento 1.7+

Magento extension for boosting search results using Elasticsearch (0.20.x only)

For the latest version of Elasticsearch (0.90.x based on Lucene 4), there is a paid extension available here

Build Status

Magento Elasticsearch

Installation

Magento CE 1.7+ only

Install with modgit:

$ cd /path/to/magento
$ modgit init
$ modgit clone elasticsearch https://github.com/jreinke/magento-elasticsearch.git

Install with modman:

$ cd /path/to/magento
$ modman init
$ modman clone https://github.com/jreinke/magento-elasticsearch.git

or download package manually:

  • Download latest version here
  • Unzip in Magento root folder
  • Clean cache

Usage

  • Go to System > Configuration > Catalog > Catalog Search
  • Select Elasticsearch search engine
  • Configure server connection parameters
  • Specify index name (default is magento)
  • Optionally defines your custom search parameters
  • Optionally boost some product attributes in Catalog > Attributes > Manage Attributes
  • Reindex catalog search index

More Repositories

1

magento-admin-theme

Give your Magento Admin a facelift.
CSS
225
star
2

modgit

Shell script for Git module deployment with include/exclude filters.
Shell
175
star
3

magento-improve-api

Magento extension to improve some missing features of API.
PHP
92
star
4

magento-stock-movements

Magento extension to save products stock movements.
PHP
79
star
5

magento-require-login

Magento extension to force customer authentication in frontend.
PHP
55
star
6

magento-autocomplete

Super fast autocomplete for Magento
JavaScript
52
star
7

magento-suffix-static-files

Add a query parameter to js and css files to force refresh in browser.
PHP
48
star
8

magento-mink

Test your Magento website with Behat Mink.
PHP
40
star
9

magento-admin-launcher

An intuitive and powerful launcher for Magento admin panel
PHP
40
star
10

magento-highlighter

Add Syntax Highlighting to Magento Admin
JavaScript
32
star
11

magento-import-categories

Import Magento categories from cli.
PHP
32
star
12

magento-amqp

Magento extension for sending messages through AMQP protocol (RabbitMQ, ActiveMQ, ...)
PHP
28
star
13

magento-hide-default-store-code

Hide default store code from URLs
PHP
26
star
14

magento-config-nav

Include configuration tabs into admin nav for fast access
PHP
19
star
15

magento-debug

Debug any Magento page easily by adding ?debug=1 query parameter
PHP
17
star
16

magento-query-grid

Display any SQL query result as grid and chart in Magento Admin
PHP
12
star
17

magento-create-admin-controller-example

Magento extension to have an example of admin controller creation
PHP
10
star
18

magento-log-downloads

A Magento module for logging products downloads.
PHP
6
star
19

magento-slideshow

Slideshow widget for Magento.
JavaScript
6
star
20

magento-module-factory

Simple form to initialize Magento modules easily from admin panel.
PHP
6
star
21

time-tracker

Symfony time tracker for project management.
PHP
4
star
22

magento-translate-admin-form-labels

Magento extension to translate category/product form labels easily.
PHP
4
star
23

mirakl-sdk-php-shop

PHP
2
star
24

docker-magerun-install

Shell
1
star
25

magento-clever-cms

Magento CMS pages as a tree structure.
1
star
26

magento-attribute-option-image

Magento extension to add images to product attribute options.
1
star