mattbaird / elastigo

A Go (golang) based Elasticsearch client library.
Apache License 2.0
943 stars 241 forks source link

Status Field Missing from CatIndexInfo Struct #208

Closed briandowns closed 9 years ago

briandowns commented 9 years ago

The status field is missing from the CatIndexInfo struct. The status string is being put in the Name field.

weberr13 commented 9 years ago

I have merged a request that both adds status, but also requests specific fields to avoid this sort of issue in the future. Can you see if master has what you need now?