You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suppose I have a Django model, and I registered the document class for it. django-elasticsearch-dsl uses signals to index data in Elasticsearch, How can I only save data in ElasticSearch using Document class utilities or any other trick?
The text was updated successfully, but these errors were encountered:
I guess that you want to create some management command and then index products by batches?
If I can remember correctly, we had implemented a similar logic:
Suppose I have a Django model, and I registered the document class for it.
django-elasticsearch-dsl
uses signals to index data in Elasticsearch, How can I only save data in ElasticSearch using Document class utilities or any other trick?The text was updated successfully, but these errors were encountered: