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
{{ message }}
This repository has been archived by the owner on Feb 20, 2019. It is now read-only.
Right now ESTestCase.setup_class must be overwritten in order to set index settings (analyzers in my case) on index creation.
It'd be nice to be able to set this via some class variable (maybe cls.index_settings?) without breaking the existing cls.mapping. If you guys think this is a good idea then I'd be happy to open a PR.
Thanks!
The text was updated successfully, but these errors were encountered:
You can have a look at my issue about scalable and testable django support and tell me what you think about the solution to your problem I provide there.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Right now
ESTestCase.setup_class
must be overwritten in order to set index settings (analyzers in my case) on index creation.It'd be nice to be able to set this via some class variable (maybe
cls.index_settings
?) without breaking the existingcls.mapping
. If you guys think this is a good idea then I'd be happy to open a PR.Thanks!
The text was updated successfully, but these errors were encountered: