Josh Berman
3fa24e27d9
lower and higher level scan&scroll functions; added scrollId to
2015-07-12 10:40:40 -05:00
Josh Berman
c2a362ed40
SearchType type and field in Search, append query param to search endpoint based on search type
2015-07-06 11:57:55 -05:00
Chris Allen
c7e0412d67
Merge pull request #37 from dmjio/patch-1
...
Update bloodhound.cabal
2015-06-29 15:26:23 -05:00
Chris Allen
6e8afb3ad6
notes about deprecation, comment out date histogram tests until we know what's going on
2015-06-29 12:56:36 -05:00
Chris Allen
815a822d57
Merge branch 'master' of github.com:bitemyapp/bloodhound
2015-06-29 11:05:58 -05:00
Chris Allen
d3f85998fd
Merge pull request #41 from trofi/master
...
.cabal cleanups
2015-06-28 20:47:05 -05:00
Sergei Trofimovich
ac88d057c1
bloodhound.cabal: from unused 'DevelopmentMode' flag
...
Signed-off-by: Sergei Trofimovich <siarheit@google.com>
2015-06-28 13:35:29 +01:00
Sergei Trofimovich
005505b0e8
bloodhound.cabal: allow aeson-0.9
...
Signed-off-by: Sergei Trofimovich <siarheit@google.com>
2015-06-28 13:34:54 +01:00
Chris Allen
65d5610e3a
bumped Aeson
2015-06-24 10:48:47 -05:00
David Johnson
ec281d5290
Update bloodhound.cabal
...
bump aeson
2015-06-11 11:12:58 -05:00
Chris Allen
9c4c90af6e
docs upload
2015-06-04 23:27:55 -05:00
Chris Allen
71ba3118e2
Merge branch 'master' of github.com:bitemyapp/bloodhound
2015-06-04 23:20:26 -05:00
Chris Allen
4dbacab39e
stack yaml
2015-06-04 23:20:25 -05:00
Chris Allen
0db8cf2e49
Merge pull request #35 from dmjio/remove-conduit
...
Removed unnecessary conduit dependency
2015-06-04 18:48:13 -05:00
Chris Allen
d07b9f1f75
major version bump
2015-06-04 17:37:57 -05:00
Chris Allen
e447be9d5c
Merge remote-tracking branch 'origin/next-gen'
2015-06-04 17:27:20 -05:00
Chris Allen
13775d0c4e
raise upper
2015-06-01 19:57:10 -05:00
David Johnson
e2df8ff526
removed unnecessary conduit depedency
2015-06-01 16:44:08 -05:00
Chris Allen
7da3fe28de
Merge pull request #34 from bitemyapp/31-search-hits-monoid
...
Add Monoid instance for Search Hits
2015-05-14 01:08:57 -05:00
Michael Xavier
2ff6378826
Resize searchHits generator
...
We don't need a 5 minute test run for this property IMO
2015-05-13 18:49:39 -07:00
Michael Xavier
cc48d4334c
Merge branch '30-score-nullable' into 31-search-hits-monoid
2015-05-13 18:21:23 -07:00
Chris Allen
2727e0e614
Merge pull request #33 from bitemyapp/30-score-nullable
...
make score nullable
2015-05-13 19:56:32 -05:00
Michael Xavier
7f237c4609
Add Monoid instance for Search Hits
...
Useful for combining search result sets or defaulting when a search
can't be performed
2015-05-13 17:08:52 -07:00
Michael Xavier
3bef0d9913
Make score nullable
...
This resolves #30
2015-05-13 16:37:53 -07:00
Chris Allen
3939fc6ae1
Merge pull request #27 from bitemyapp/26-bhenv
...
26 bhenv
2015-05-12 02:33:14 -05:00
Michael Xavier
7626b305fc
Add contributors section
2015-05-11 22:03:22 -07:00
Michael Xavier
354423cba6
Newtype over From/Size
2015-05-11 21:55:33 -07:00
Michael Xavier
5864d1bc9c
Making a mess of the commit history, don't mind me
2015-05-11 17:39:44 -07:00
Michael Xavier
35d2f2c935
We'll just deal with the deprecation warning now
...
Control.Monad.Error is deprecated but only in the very latest version of
MTL, so we'll chill for a while before requiring an upgrade or resorting
to CPP
2015-05-11 17:37:13 -07:00
Michael Xavier
35219bb9ee
Improve docs
...
This exports some type aliases that were previously not being exported
and thus weren't linked. This also updates the code samples in the
README to reflect the current interface.
2015-05-11 17:30:06 -07:00
Michael Xavier
a59f9a92ff
Update for newest uri-bytestring
2015-05-11 09:35:49 -07:00
Michael Xavier
cb9d9f6f97
Conditionally build doctests
2015-04-15 11:58:07 -07:00
Michael Xavier
6357679051
Fix incompatibility with uri-bytestring api
2015-04-15 11:21:48 -07:00
Michael Xavier
36fe6d3ac4
Set bound on uri-bytestring
2015-04-15 11:07:53 -07:00
Michael Xavier
0b013853a2
Use currently unreleased uri-bytestring
...
This eliminates strings from URI generation.
2015-04-15 10:56:32 -07:00
Michael Xavier
34af7bff1e
Drop unnecessary toJSONs
...
It seems that the .= combinator already turns the RHS into JSON, so this
was converting it into JSON and then converting that value into
JSON (essentially 'id', may have even been erased by GHC).
2015-04-15 10:56:21 -07:00
Michael Xavier
e773b5b6d9
I guess we won't check the ES dl server cert?
2015-03-17 08:16:30 -07:00
Michael Xavier
b0c7d1bf5b
Fix typo
2015-03-16 16:05:50 -07:00
Michael Xavier
fb84d9a35f
Use newtype wrapper for BH monad
...
Decided to just pull the trigger on this because the more I looked at
the issue, the more the downsides looked trivial. I would consider this
feature complete. I think segmenting the documentation is a great idea
but orthogonal to this branch.
2015-03-16 15:28:50 -07:00
Michael Xavier
664a37640a
MonadBloodhound -> MonadBH
2015-03-14 13:42:23 -07:00
Chris Allen
fea234a799
Merge pull request #29 from bnordbo/master
...
Adjusts the format of the OR filter
2015-03-12 23:35:02 -05:00
Bjørn Nordbø
33a2af469d
Adjusts the format of the OR filter
...
Only verified on ES 1.2.1, but the fix is similiar to caecf0fe36
.
2015-03-12 16:50:05 +01:00
Michael Xavier
58ec8ade3a
Merge pull request #28 from bobjflong/BL/typo
...
Fix typo in readme
2015-03-08 18:19:47 -07:00
Bob Long
6e8c7dbcf4
Fix typo in readme
2015-03-09 00:40:26 +00:00
Michael Xavier
2f013a0b80
Cleanup and document
2015-03-03 20:49:34 -08:00
Michael Xavier
279e169fdf
WIP adding manager and server url state
2015-03-03 09:21:01 -08:00
Chris Allen
20ed65b52e
Merge pull request #25 from unthingable/moar-range
...
add Double/Text typed ranges
2015-02-08 16:10:35 -06:00
Alex K
5435f9cfe6
minor cosmetics
2015-02-08 09:04:11 -08:00
Alex K
f3aa7feda5
docs
2015-02-07 23:44:24 -08:00
Alex K
93738176ae
range newtypes
2015-02-07 19:28:32 -08:00