- Support for Django
DecimalField
#141 - Indexing speedup by using
parallel
indexing and usingiterator
. #213. thanks @mjl
Its already faster to index now by default moreover if
you wantparallel
indexing to get more performance boost,
you can pass--parallel
in management command
or setELASTICSEARCH_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