mattbaird / elastigo

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

Bug fixes in cat interface stuff #213

Closed weberr13 closed 9 years ago

weberr13 commented 9 years ago

The biggest is that the _cat/indexes wasn't working as they added new fields between 1.3.7 and 1.5.2. Now we specify the fields that are needed which will fix any future backwards compatiblity issues. Made a similar change for _cat/shards so that won't get us in the future either.