Skip to main content

An elasticsearch2 compatible backend for Haystack

Project description

===================================
Elasticsearch 2 Engine for Haystack
===================================

:author: Nick Sarbicki
:date: 2016/12/05
.. image:: https://travis-ci.org/NDevox/elasticsearch2-haystack.svg?branch=master
:target: https://travis-ci.org/NDevox/elasticsearch2-haystack

This is a fairly hacked together Elasticsearch backend for haystack which supports
all versions of Elasticsearch up to 2.4.

This is strongly based on the original haystack Elasticsearch backend and essentially
just patches breaking changes from Elasticsearch 2 to replicate the functionality from
Elasticsearch 1.

Requirements
============

The requirements of this project largely match those of Haystack (except you can use Elasticsearch 2).

You can find these here: http://django-haystack.readthedocs.io/en/latest/#requirements

Otherwise it will require the appropriate elasticsearch-py installation. In this case the major
version must match the version of elasticsearch you are using.

In general the project supports Python 2.7 and 3.4+.

Installation
============

To run this engine in haystack you need to set your connections settings with the ``ENGINE``
variable as so:

.. code-block:: python

HAYSTACK_CONNECTIONS = {
'default': {
'ENGINE': 'elasticsearch2_backend.ElasticsearchSearchEngine',
'URL': 'http://127.0.0.1:9200/',
'INDEX_NAME': 'haystack',
},
}

===========
Development
===========

The tests from haystack for the elasticsearch engine have been ported over. To run these make sure
you have nose installed (see the ``test-requirements.txt`` file) and then run
``nosetests -v --with-coverage --cover-package=elasticsearch2_backend``.

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

elasticsearch2-haystack-0.1.tar.gz (30.3 kB view hashes)

Uploaded Source

Built Distributions

elasticsearch2_haystack-0.1-py3-none-any.whl (14.3 kB view hashes)

Uploaded Python 3

elasticsearch2_haystack-0.1-py2-none-any.whl (14.3 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page