Uzyskaj listę wszystkich dokumentów w Django-ElasticSearch-DSL

# Import Document Class
from app.documents import SomeDocument

SomeDocument.search().filter().execute()
iamabhay