bitemyapp / bloodhound

Haskell Elasticsearch client and query DSL
bitemyapp.com
BSD 3-Clause "New" or "Revised" License
424 stars 118 forks source link

add function for checking index status #151

Closed andrewthad closed 8 years ago

andrewthad commented 8 years ago

This is helpful for writing integration tests that tear down an index and then immidiately try writing to it.

bitemyapp commented 8 years ago

Schwifty!

bitemyapp commented 8 years ago

You can say "Fixes #152" in future so that merging auto-closes the issue btw

andrewthad commented 8 years ago

Ah, cool trick. I'll try that out next time.