Open
Description
I have a database model that needs to go to different ElasticSearch indexes depending on the payload provided for the model instance.
Looking through the documentation, it would appear that a single DocType
class can only be linked to a single index (through the decorator). Is there currently any way to dynamically create the destination index for a model instance?