pypi django-elasticsearch-dsl 7.1.0

latest releases: 9.0, 8.2, 8.1...
5 years ago
  • Support for Django DecimalField #141
  • Indexing speedup by using parallel indexing and using iterator. #213. thanks @mjl
    Its already faster to index now by default moreover if
    you want parallel indexing to get more performance boost,
    you can pass --parallel in management command
    or set ELASTICSEARCH_DSL_PARALLEL
    in your settings and it will chunk your data and index it with parallel request.
  • Fixing name resolution in management command #206
  • Small documentation fixes. #196

Don't miss a new django-elasticsearch-dsl release

NewReleases is sending notifications on new releases.