
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
django-haystack-elasticsearch
Advanced tools
.. image:: https://img.shields.io/pypi/v/django-haystack-elasticsearch.svg :target: https://pypi.python.org/pypi/django-haystack-elasticsearch
.. image:: https://img.shields.io/travis/CraveFood/django-haystack-elasticsearch.svg :target: https://travis-ci.org/CraveFood/django-haystack-elasticsearch
.. image:: https://pyup.io/repos/github/CraveFood/django-haystack-elasticsearch/shield.svg :target: https://pyup.io/repos/github/CraveFood/django-haystack-elasticsearch/ :alt: Updates
A set of backends for using multiple versions of Elasticsearch on Haystack_.
elasticsearch
library has the same major version as your Elasticsearch server.ENGINE
on Haystack.Elasticsearch 1.x
.. code-block:: sh
$ pip install "elasticsearch>=1.0.0,<2.0.0"
.. code-block:: python
HAYSTACK_CONNECTIONS = {
'default': {
'ENGINE': 'haystack_elasticsearch.elasticsearch.ElasticsearchSearchEngine',
...
},
}
Elasticsearch 2.x
.. code-block:: sh
$ pip install "elasticsearch>=2.0.0,<3.0.0"
.. code-block:: python
HAYSTACK_CONNECTIONS = {
'default': {
'ENGINE': 'haystack_elasticsearch.elasticsearch2.Elasticsearch2SearchEngine',
...
},
}
Elasticsearch 5.x
.. code-block:: sh
$ pip install "elasticsearch>=5.0.0,<6.0.0"
.. code-block:: python
HAYSTACK_CONNECTIONS = {
'default': {
'ENGINE': 'haystack_elasticsearch.elasticsearch5.Elasticsearch5SearchEngine',
...
},
}
Credits
-------
This project was based on the original Elasticsearch backend for Haystack_.
Special thanks to `@PedroAquilino`_ and `@joaojunior`_ for their work towards ES2 support.
This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
.. _Haystack: https://github.com/django-haystack/django-haystack
.. _@PedroAquilino: https://github.com/PedroAquilino
.. _@joaojunior: https://github.com/joaojunior
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
=======
History
=======
0.1.0 (2016-12-29)
------------------
* First release on PyPI.
FAQs
A set of backends for using Elasticsearch on Haystack.
We found that django-haystack-elasticsearch demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.