Commit Graph

569 Commits

Author SHA1 Message Date
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
Chris Allen
d611f85ee3 Merge pull request #51 from centromere/mapping-fix
Fixed mapping API
2015-07-17 13:37:29 -05:00
Chris Allen
4708b7a6c6 Merge pull request #52 from centromere/template-api
Added ability to manipulate templates
2015-07-17 13:30:04 -05:00
John Galt
a4d6c1e66d Added ability to manipulate templates 2015-07-17 13:37:33 -04:00
John Galt
5aa9a73aca Added documentation about fix 2015-07-17 12:19:33 -04:00
Chris Allen
30eca3d8f7 Merge pull request #50 from centromere/put-fix
Fixed problem with put sending POST
2015-07-17 11:03:35 -05:00
John Galt
113aecdc27 Fixed mapping API 2015-07-17 11:01:23 -04:00
John Galt
94687ea97c Fixed problem with put sending POST 2015-07-17 09:48:39 -04:00
Chris Allen
1db8ad7ca0 deps in Cabal got mangled 2015-07-16 16:56:17 -05:00
Chris Allen
14dbffa54d merged 2015-07-15 20:48:52 -05:00
Chris Allen
aab796481a changelog, stack.yaml update 2015-07-15 20:47:45 -05:00
Josh Berman
3fa24e27d9 lower and higher level scan&scroll functions; added scrollId to 2015-07-12 10:40:40 -05:00
Chris Allen
0445b825a4 Merge pull request #43 from bnordbo/master
Add Query Filter
2015-07-11 18:37:34 -05:00
Bjørn Nordbø
c4033138b5 Added tests for query filter 2015-07-11 10:56:40 +02:00
Chris Allen
404d807ee3 Merge pull request #45 from Soostone/44-versioning
44 versioning
2015-07-10 16:38:37 -05:00
Michael Xavier
42500b17b6 Fix last incorrect example 2015-07-10 14:14:41 -07:00
Michael Xavier
dc7b438787 Fix doctest argument ordering 2015-07-10 13:24:45 -07:00
Michael Xavier
270aa8b5f7 Drop homespun query rendering, fix tests 2015-07-10 12:09:14 -07:00
Michael Xavier
2d8be0d3e7 Add optimistic concurrency control version feature
This is a first attempt at addressing #44
2015-07-10 11:29:10 -07:00
Bjørn Nordbø
1a26e00d6a Add QueryFilter filter 2015-07-09 17:41:39 +02: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