File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ After any build is successfully finished, `HTMLFile` objects are created for eac
61
61
`django-elasticsearch-dsl `_ package listens to the `post_create `/`post_delete ` signals
62
62
to index/delete documents, but it has performance drawbacks as it send HTTP request whenever
63
63
any `HTMLFile ` objects is created or deleted. To optimize the performance, `bulk_post_create `
64
- and `bulk_post_delete ` Signals _ are dispatched with list of `HTMLFIle ` objects so its possible
64
+ and `bulk_post_delete ` signals _ are dispatched with list of `HTMLFIle ` objects so its possible
65
65
to bulk index documents in elasticsearch ( `bulk_post_create ` signal is dispatched for created
66
66
and `bulk_post_delete ` is dispatched for deleted objects). Both of the signals are dispatched
67
67
with the list of the instances of `HTMLFile ` in `instance_list ` parameter.
@@ -107,4 +107,4 @@ As per requirements of `django-elasticsearch-dsl`_, it is stored in the
107
107
.. _Elasticsearch document : https://www.elastic.co/guide/en/elasticsearch/guide/current/document.html
108
108
.. _django-elasticsearch-dsl : https://github.com/sabricot/django-elasticsearch-dsl
109
109
.. _elasticsearch-dsl : http://elasticsearch-dsl.readthedocs.io/en/latest/
110
- .. _ Signals : https://docs.djangoproject.com/en/2.1/topics/signals/
110
+ .. _ signals : https://docs.djangoproject.com/en/2.1/topics/signals/
You can’t perform that action at this time.
0 commit comments