aparo / pyes

Python connector for ElasticSearch - the pythonic way to use ElasticSearch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

include _id in mget

jayzeng opened this issue · comments

es.mget() currently returns a list (see https://github.com/aparo/pyes/blob/master/pyes/es.py#L989) and _id is not included. Can we include _id in the response?