PHPackages                             kalenjordan/elastic-search - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Search &amp; Filtering](/categories/search)
4. /
5. kalenjordan/elastic-search

ActiveMagento-module[Search &amp; Filtering](/categories/search)

kalenjordan/elastic-search
==========================

22575PHP

Since Oct 17Pushed 12y ago10 watchersCompare

[ Source](https://github.com/kalenjordan/clean-elastic-search)[ Packagist](https://packagist.org/packages/kalenjordan/elastic-search)[ RSS](/packages/kalenjordan-elastic-search/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Elastic Search for Magento
==========================

[](#elastic-search-for-magento)

Speed up that slow global admin search.

### Before

[](#before)

[![Before](https://camo.githubusercontent.com/30f5718486c3ba5ea2668949edba41ea552ba0591fe9d050ea816e9e75cac798/68747470733a2f2f7261772e6769746875622e636f6d2f6b616c656e6a6f7264616e2f636c65616e2d656c61737469632d7365617263682f6d61737465722f6578616d706c652f6265666f72652e706e67)](https://camo.githubusercontent.com/30f5718486c3ba5ea2668949edba41ea552ba0591fe9d050ea816e9e75cac798/68747470733a2f2f7261772e6769746875622e636f6d2f6b616c656e6a6f7264616e2f636c65616e2d656c61737469632d7365617263682f6d61737465722f6578616d706c652f6265666f72652e706e67)

### After

[](#after)

[![After](https://camo.githubusercontent.com/73d5b1391fa0f4865b2ae48ba16aee75467bb3332aa8e492f1f25687cbcf8e21/68747470733a2f2f7261772e6769746875622e636f6d2f6b616c656e6a6f7264616e2f636c65616e2d656c61737469632d7365617263682f6d61737465722f6578616d706c652f61667465722e706e67)](https://camo.githubusercontent.com/73d5b1391fa0f4865b2ae48ba16aee75467bb3332aa8e492f1f25687cbcf8e21/68747470733a2f2f7261772e6769746875622e636f6d2f6b616c656e6a6f7264616e2f636c65616e2d656c61737469632d7365617263682f6d61737465722f6578616d706c652f61667465722e706e67)

Installation via composer
-------------------------

[](#installation-via-composer)

### 1. Install elasticsearch

[](#1-install-elasticsearch)

Pretty easy to install, if you already have java installed, as I did in my local.

```
wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-0.90.5.zip
unzip elasticsearch-0.90.5.zip
elasticsearch-0.90.5/bin/elasticsearch -f

```

Boom - it's installed and running now.

### 2. Install elastic search module

[](#2-install-elastic-search-module)

```
"require": {
    "kalenjordan/elastic-search": "dev-master",
    "ruflin/elastica": "dev-master"
}

```

### 3. Speed up the onKeyPress timeout

[](#3-speed-up-the-onkeypress-timeout)

This will speed up the rate at which the autocomplete fires.

```
# app/design/adminhtml/default/default/template/page/header.phtml

new Ajax.Autocompleter(
    'global_search',
    'global_search_autocomplete',
    '',
    {
        paramName:"query",
        minChars:2,
        indicator:"global_search_indicator",
        updateElement:getSelectionId,
        evalJSON:'force',
        **frequency: 0.01**
    }
);

```

To Do
-----

[](#to-do)

This is just in early development.

- Might need a more bulletproof authentication scheme, but bootstrapping Magento isn't an option for performance reasons.
- Some people will probably want support for URL keys in the autocomplete results
- Use bulk API to insert documents when doing reindexAll()

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/74e78a91d4ece8ca52528e60b35801563f0dfa2c44a9e1e18329fec393037512?d=identicon)[kalenjordan](/maintainers/kalenjordan)

---

Top Contributors

[![kalenjordan](https://avatars.githubusercontent.com/u/1542197?v=4)](https://github.com/kalenjordan "kalenjordan (25 commits)")

### Embed Badge

![Health badge](/badges/kalenjordan-elastic-search/health.svg)

```
[![Health](https://phpackages.com/badges/kalenjordan-elastic-search/health.svg)](https://phpackages.com/packages/kalenjordan-elastic-search)
```

###  Alternatives

[ruflin/elastica

Elasticsearch Client

2.3k50.4M203](/packages/ruflin-elastica)[opensearch-project/opensearch-php

PHP Client for OpenSearch

15024.3M65](/packages/opensearch-project-opensearch-php)[mailerlite/laravel-elasticsearch

An easy way to use the official PHP ElasticSearch client in your Laravel applications.

934529.3k2](/packages/mailerlite-laravel-elasticsearch)[massive/search-bundle

Massive Search Bundle

721.4M13](/packages/massive-search-bundle)[shyim/opensearch-php-dsl

OpenSearch/Elasticsearch DSL library

175.9M9](/packages/shyim-opensearch-php-dsl)[outl1ne/nova-multiselect-filter

Multiselect filter for Laravel Nova.

45802.7k3](/packages/outl1ne-nova-multiselect-filter)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
