olivere / elastic

Deprecated: Use the official Elasticsearch client for Go at https://github.com/elastic/go-elasticsearch

Home Page:https://olivere.github.io/elastic/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I want to get the result body. Is there any way?

zs459774023 opened this issue · comments

commented

I'm using elastic In V5, because the business rewrites the result body, in addition to the standard result, there are other data to be obtained according to the body. What should I do?

You could use the PerformRequest method directly on the client, then deserialise the envelope on your side.