From c07da577951f9058c6e0059a5f73458b063bbd9d Mon Sep 17 00:00:00 2001 From: Chris Allen Date: Sun, 15 Jun 2014 23:10:52 -0500 Subject: [PATCH] putMapping export, compat, version bump --- Database/Bloodhound/Client.hs | 2 +- README.org | 4 ++++ bloodhound.cabal | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Database/Bloodhound/Client.hs b/Database/Bloodhound/Client.hs index 5ee90a6..d4e82d9 100644 --- a/Database/Bloodhound/Client.hs +++ b/Database/Bloodhound/Client.hs @@ -4,7 +4,7 @@ module Database.Bloodhound.Client , indexExists , openIndex , closeIndex - , createMapping + , putMapping , deleteMapping , indexDocument , getDocument diff --git a/README.org b/README.org index 19ca340..9c063fb 100644 --- a/README.org +++ b/README.org @@ -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. diff --git a/bloodhound.cabal b/bloodhound.cabal index 95ec572..57e8ba5 100644 --- a/bloodhound.cabal +++ b/bloodhound.cabal @@ -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