mirror of
https://github.com/typeable/bloodhound.git
synced 2025-01-05 21:36:03 +03:00
putMapping export, compat, version bump
This commit is contained in:
parent
2fffe354d7
commit
c07da57795
@ -4,7 +4,7 @@ module Database.Bloodhound.Client
|
||||
, indexExists
|
||||
, openIndex
|
||||
, closeIndex
|
||||
, createMapping
|
||||
, putMapping
|
||||
, deleteMapping
|
||||
, indexDocument
|
||||
, getDocument
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user