putMapping export, compat, version bump

This commit is contained in:
Chris Allen 2014-06-15 23:10:52 -05:00
parent 2fffe354d7
commit c07da57795
3 changed files with 6 additions and 2 deletions

View File

@ -4,7 +4,7 @@ module Database.Bloodhound.Client
, indexExists
, openIndex
, closeIndex
, createMapping
, putMapping
, deleteMapping
, indexDocument
, getDocument

View File

@ -13,6 +13,10 @@
Search doesn't have to be hard. Let the dog do it.
** Version compatibility
Elasticsearch >= 1.0 is recommended. Bloodhound mostly works with 0.9.x, but I don't recommend if you expect everything to work.
** Stability
Bloodhound is alpha at the moment. The library works fine, but I don't want to mislead anyone into thinking the API is final or stable. I wouldn't call the library "complete" or representative of everything you can do in Elasticsearch but compared to clients in other languages, the usability is good.

View File

@ -1,5 +1,5 @@
name: bloodhound
version: 0.1.0.2
version: 0.1.0.3
synopsis: ElasticSearch client library for Haskell
description: ElasticSearch made awesome for Haskell hackers
homepage: https://github.com/bitemyapp/bloodhound