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
Currently the High Level Rest Client supports bulks API to send documents encoded either in JSON or SMILE as stated in the docs:
The Bulk API supports only documents encoded in JSON or SMILE. Providing documents in any other format will result in an error.
I think this client should support it as well.
It is important to note that this is not only a wire concern as it has implication in how Elasticsearch will store the documents. The format the documents are sent determines how they are stored in _source which it has implication in index size and performance when fetching fields.
The text was updated successfully, but these errors were encountered:
Currently the High Level Rest Client supports bulks API to send documents encoded either in JSON or SMILE as stated in the docs:
I think this client should support it as well.
It is important to note that this is not only a wire concern as it has implication in how Elasticsearch will store the documents. The format the documents are sent determines how they are stored in
_source
which it has implication in index size and performance when fetching fields.The text was updated successfully, but these errors were encountered: