-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Labels
Milestone
Description
Since we don't map a lot of the Query DSL yet this should just be a matter of tweaking some bits in elastic_types and updating CI to target 6.0.
The biggest change to think about is the removing support for multiple types per index. An implication is that we could remove indices as required parameters and rely on the type name as a default. It raises a question of whether all operations, like index_create, should require a generic document type.
ghempton and mwilliammyers