mirror of
https://github.com/typeable/bloodhound.git
synced 2024-11-29 23:52:20 +03:00
Updated docs
This commit is contained in:
parent
2eb39f71fb
commit
5558959fda
15
README.org
15
README.org
@ -580,10 +580,19 @@ let filter = RangeFilter (FieldName "age")
|
||||
-- -> CacheKey
|
||||
-- -> Filter
|
||||
let filter = RegexpFilter (FieldName "user") (Regexp "bite.*app")
|
||||
RegexpAll (CacheName "test") False (CacheKey "key")
|
||||
AllRegexpFlags (CacheName "test") False (CacheKey "key")
|
||||
|
||||
-- RegexpFlags can be a combination of RegexpAll, Complement,
|
||||
-- Interval, Intersection, AnyString, and a combination of two options thereof.
|
||||
-- n.b.
|
||||
-- data RegexpFlags = AllRegexpFlags
|
||||
-- | NoRegexpFlags
|
||||
-- | SomeRegexpFlags (NonEmpty RegexpFlag) deriving (Eq, Show)
|
||||
|
||||
-- data RegexpFlag = AnyString
|
||||
-- | Automaton
|
||||
-- | Complement
|
||||
-- | Empty
|
||||
-- | Intersection
|
||||
-- | Interval deriving (Eq, Show)
|
||||
|
||||
#+END_SRC
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: bloodhound
|
||||
version: 0.1.0.3
|
||||
version: 0.2.0.0
|
||||
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