- Notifications
You must be signed in to change notification settings - Fork2
This is a package that allows indexing of django models in elasticsearch with elasticsearch-dsl-py.
License
LeetCode-OpenSource/django-elasticsearch-dsl
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation

Django Elasticsearch DSL is a package that allows indexing of django models in elasticsearch.It is built as a thin wrapper aroundelasticsearch-dsl-pyso you can use all the features developed by the elasticsearch-dsl-py team.
You can view the full documentation athttps://django-elasticsearch-dsl.readthedocs.io
Based onelasticsearch-dsl-py so you can make queries with theSearch class.
Django signal receivers on save and delete for keeping Elasticsearch in sync.
Management commands for creating, deleting, rebuilding and populating indices.
Elasticsearch auto mapping from django models fields.
Complex field type support (ObjectField, NestedField).
Index fast using parallel indexing.
Requirements
- Django >= 1.11
- Python 2.7, 3.5, 3.6, 3.7, 3.8
Elasticsearch Compatibility:The library is compatible with all Elasticsearch versions since 5.xbut you have to use a matching major version:
- For Elasticsearch 7.0 and later, use the major version 7 (7.x.y) of the library.
- For Elasticsearch 6.0 and later, use the major version 6 (6.x.y) of the library.
- For Elasticsearch 5.0 and later, use the major version 0.5 (0.5.x) of the library.
# Elasticsearch 7.xelasticsearch-dsl>=7.0.0,<8.0.0# Elasticsearch 6.xelasticsearch-dsl>=6.0.0,<7.0.0# Elasticsearch 5.xelasticsearch-dsl>=0.5.1,<6.0.0
About
This is a package that allows indexing of django models in elasticsearch with elasticsearch-dsl-py.
Resources
License
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Languages
- Python99.9%
- Dockerfile0.1%