Commit Graph

389 Commits

Author SHA1 Message Date
Simon Jakobi
95e124ec7c Use "newManager" instead of deprecated "withManager"
"withManager" is deprecated since http-client-0.4.18.
2015-09-14 06:05:20 +02:00
Chris Allen
09074d773f Merge pull request #67 from bitemyapp/65-monadmask
Take a stab at deriving Monad(Throw|Catch|Mask)
2015-09-10 11:42:29 -05:00
Michael Xavier
7e0bc41595 Take a stab at deriving Monad(Throw|Catch|Mask) 2015-09-05 13:39:18 -07:00
Chris Allen
d87027d4c5 Merge pull request #40 from silkapp/boost-in-match-query
Add support for boosting fields in match query
2015-08-31 11:03:50 -05:00
Thomas van Noort
984ca41e77 Merge remote-tracking branch 'upstream/master' into boost-in-match-query
Conflicts:
	src/Database/Bloodhound/Client.hs
2015-08-31 10:15:13 +02:00
Chris Allen
68ff8c21ab Merge pull request #39 from silkapp/source-in-search
Add support for source filtering in search
2015-08-28 10:30:17 -05:00
Thomas van Noort
e51b515427 Merge remote-tracking branch 'upstream/master' into boost-in-match-query
Conflicts:
	src/Database/Bloodhound/Client.hs
2015-08-28 11:46:35 +02:00
Thomas van Noort
dfa897d341 Merge remote-tracking branch 'upstream/master' into source-in-search
Conflicts:
	src/Database/Bloodhound/Client.hs
2015-08-28 11:45:33 +02:00
Chris Allen
40204d2e38 Merge pull request #64 from Soostone/export-bh
export BH constructor
2015-08-26 11:15:22 -05:00
Michael Xavier
e02e6e2588 export BH constructor 2015-08-26 08:38:26 -07:00
Chris Allen
2034616f2d Merge pull request #63 from bermanjosh/scanType
url query encoding bug
2015-08-23 12:16:33 -05:00
Chris Allen
ffa7218a3c different GHC versions 2015-08-23 11:56:06 -05:00
Chris Allen
89dae7d540 stack setup 2015-08-23 11:48:57 -05:00
Chris Allen
ff2a8923a0 fuck it, use Stack 2015-08-23 11:45:14 -05:00
Chris Allen
165c7283c7 nuke Cabal 2015-08-23 11:38:58 -05:00
Chris Allen
720c83ff5d nuke 2015-08-23 11:32:52 -05:00
Chris Allen
abfdf08c2d bump versions 2015-08-23 11:28:43 -05:00
Josh Berman
fa9cff1ce8 limit change scanSearch to given index and mapping to better match existing search functionality; add tests 2015-08-23 16:05:35 +03:00
Josh Berman
a4a15751a9 url query encoding bug 2015-08-18 16:26:51 +03:00
Thomas van Noort
2d6b668c34 Merge remote-tracking branch 'upstream/master' into boost-in-match-query
Conflicts:
	src/Database/Bloodhound/Client.hs
2015-08-18 11:21:18 +02:00
Thomas van Noort
11b77c94e7 Merge remote-tracking branch 'upstream/master' into source-in-search
Conflicts:
	src/Database/Bloodhound/Client.hs
	src/Database/Bloodhound/Types.hs
	tests/tests.hs
2015-08-18 11:15:55 +02:00
Chris Allen
9e0179b9a4 Merge pull request #53 from bermanjosh/scanType
Scan type
2015-08-17 23:57:24 -05:00
Josh Berman
c02b6c7174 doctest update, take 2 2015-08-17 22:49:23 +03:00
Josh Berman
6c505d235c doctest update 2015-08-17 22:40:26 +03:00
Josh Berman
e89cb58269 update tests for types 2015-08-17 20:24:42 +03:00
Josh Berman
53c397e928 Merge remote-tracking branch 'upstream/master' into scanType
Conflicts:
	bloodhound.cabal
	src/Database/Bloodhound/Client.hs
	src/Database/Bloodhound/Types.hs

merge
2015-08-17 17:17:36 +03:00
Thomas van Noort
d0d65a710e Fix doctests for boost in match query. 2015-08-12 14:18:53 +02:00
Thomas van Noort
cc9b285c22 Merge remote-tracking branch 'upstream/master' into boost-in-match-query 2015-08-12 13:40:37 +02:00
Thomas van Noort
f615ac26c2 Merge remote-tracking branch 'upstream/master' into source-in-search
Conflicts:
	src/Database/Bloodhound/Client.hs
	src/Database/Bloodhound/Types.hs
	tests/tests.hs
2015-08-12 11:46:12 +02:00
Chris Allen
f185e9d1e2 Merge pull request #59 from centromere/index-settings-fix
Fixed bug with IndexSettings serialization
2015-07-29 13:01:32 -05:00
John Galt
5f29058554 Set shards/replicas to 1/0 for doctesting 2015-07-29 13:12:57 -04:00
John Galt
60f1c70f4f Set shards/replicas to 1/0 for testing 2015-07-29 12:20:24 -04:00
Chris Allen
e88613fe93 Merge pull request #61 from Soostone/filter-aggregation
Add filter aggregation support
2015-07-29 10:52:04 -05:00
Chris Allen
45a08347a2 Merge pull request #60 from Soostone/value-count-aggregation
Add value_count aggregation support
2015-07-29 10:50:02 -05:00
John Galt
de835bce3a Fixed bug with IndexSettings serialization 2015-07-28 18:34:15 -04:00
Michael Xavier
b23bd7a2ea Add support for filter aggregations 2015-07-28 15:29:13 -07:00
Michael Xavier
463fdc8027 Add value_count aggregation support
This also adds a newtype for script. I would recommend the "Either Text
Text" for TermsAggregation be instead Either FieldName Script, but that
isn't directly related to this PR.
2015-07-28 09:17:25 -07:00
Chris Allen
85bbc620f4 Merge pull request #58 from Soostone/57-esresult-partiality
Eliminate partiality in EsResult
2015-07-27 21:16:47 -05:00
Michael Xavier
d9e8da1fc9 Add test case for missing document parse 2015-07-27 15:15:04 -07:00
Michael Xavier
92b520154e Eliminate partiality in EsResult
This will affect #57
2015-07-27 14:06:13 -07:00
Chris Allen
6844fd47e5 Merge pull request #56 from centromere/fields-support
Added fields support to Search
2015-07-24 11:28:34 -05:00
John Galt
42b0e92821 Updated documentation 2015-07-23 17:51:59 -04:00
John Galt
72c1939523 Added fields support to Search 2015-07-23 16:55:11 -04:00
Chris Allen
5b3555225c Merge pull request #55 from centromere/parent-support
Added ability to specify a parent document
2015-07-22 10:22:29 -05:00
John Galt
91777e3f7f Added deriving (Eq, Show) to DocumentParent and IndexDocumentSettings 2015-07-21 15:40:15 -04:00
John Galt
32f4e2b114 Added ability to specify a parent document 2015-07-21 15:14:22 -04:00
Chris Allen
a155e19f76 Merge pull request #54 from centromere/template-fix
Fixed IndexTemplate serialization bug
2015-07-20 11:09:29 -05:00
John Galt
051edff567 Fixed IndexTemplate serialization bug 2015-07-20 10:02:49 -04:00
Chris Allen
ba0b6e1970 feexed 2015-07-17 22:41:05 -05:00
Chris Allen
982b673c88 doctests cleanup 2015-07-17 22:38:28 -05:00