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 was archived by the owner on Jul 18, 2018. It is now read-only.
Starting elasticsearch 0.90.5 the mapping is verified and if a primitive (like bool) is sent with index:analyzed then an error is received - field can't be tokenized.
The problem is that the AbstractFieldSetting contains Index field that gets serialized in all classes that inherit from it.