NLeSC / xtas

Distributed text analysis suite based on Celery
http://nlesc.github.io/xtas/
Other
94 stars 32 forks source link

es_document should be a class (?) #32

Closed larsmans closed 8 years ago

larsmans commented 10 years ago

Perhaps it would be more convenient, esp. for plugin writers, if es_document was/returned a custom class. This SO answer describes how that could be set up. fetch would then be a method rather than a function.

OTOH, we also want to send raw strings without packing them in a useless StringDocument class...

larsmans commented 8 years ago

Not going to change this.