mattbaird / elastigo

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

added status field to CatIndexInfo struct #209

Closed briandowns closed 9 years ago

briandowns commented 9 years ago

Fixes #208 Using this in an application that requires the name and status of the index.

weberr13 commented 9 years ago

Also look at the PR I just put up. Specifying fields so that we put the status in a predictable place :)

weberr13 commented 9 years ago

@briandowns can you pull master and tell me if the latest merge fixes your issue?

briandowns commented 9 years ago

This works great. Thanks! I appreciate it.