eland icon indicating copy to clipboard operation
eland copied to clipboard

elasticsearch.BadRequestError: BadRequestError(400, 'x_content_parse_exception', '[1:22] unknown field [ner]')

Open johnny00013 opened this issue 3 years ago • 1 comments

I tried to use the same code to upload the model to Elasticsearch (version 7.16) and go the following error elasticsearch.BadRequestError: BadRequestError(400, 'x_content_parse_exception', '[1:22] unknown field [ner]')

johnny00013 avatar Aug 17 '22 00:08 johnny00013

Are you trying to upload an NLP model? If so, those are only available in Elasticsearch 8.0 and later.

sethmlarson avatar Aug 17 '22 00:08 sethmlarson