-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support ES 7.x-style mappings with no document type #32
Comments
Thanks, I'll look into it! |
bump. "document type" has been removed in Elasticsearch 7.x, see Removal of mapping types. Using esbulk with a (provided) mapping without "document type" causes an error message á la
|
Yes, that issue has been dangling (along with some better testing setup for various es versions). |
As a first measure, in 0.7.0 the |
Ok, thanks for all the patience - the issue should be gone with 0.7.1. |
When trying to index documents into an Elasticsearch 6.x index with no document type (eg, created with
include_type_name=false
andmappings
is directly the schema, not a JSON object with key_doc
), I got the followingesbulk
error:This might be an issue with using ES 6.x in this way, but from the panic text I suspect this is due to
esbulk
not supporting this newer single-document-type mapping format.The text was updated successfully, but these errors were encountered: