Commit Graph

129 Commits

Author SHA1 Message Date
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
John Galt
a4d6c1e66d Added ability to manipulate templates 2015-07-17 13:37:33 -04: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
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
Thomas van Noort
023f521e4a Add tests for source filtering. 2015-06-30 11:43:41 +02: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
Thomas van Noort
1405af3310 Fix tests. 2015-06-26 12:25:36 +02: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
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
354423cba6 Newtype over From/Size 2015-05-11 21:55:33 -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
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
Alex K
93738176ae range newtypes 2015-02-07 19:28:32 -08:00
Alex K
e449cf378a range test: we can has seconds 2015-02-07 18:15:22 -08:00
Alex K
ef688cdea1 passing tests (was ranging over the wrong field) 2015-02-07 13:56:41 -08:00
Alex K
cebfe79cc6 dated ranges, out with the old 2015-02-06 22:26:22 -08:00
Alex K
1e1faf38c3 derp 2015-02-05 08:02:25 -08:00
Alex K
c9b44e7491 add Double/Text typed ranges 2015-02-05 00:35:10 -08:00
Chris Allen
8a5c4b46f8 0.5.0.0 yissss 2014-12-12 00:28:32 -06:00
Chris Allen
3d2cb86cb4 trying to get named documentation chunk to render in the module description 2014-12-10 17:09:54 -06:00
Chris Allen
b5cf74df90 trying to get doctests working 2014-12-10 14:17:14 -06:00
Liam Atkinson
b92afa7b6d Fixed merge.. oops 2014-11-19 20:23:33 +00:00
Liam Atkinson
6832d1e123 Merged with master 2014-11-19 20:15:21 +00:00
Chris Allen
b911e9adc2 refactored bulk operations encode and added encodeBulkOperation(s) 2014-11-08 01:53:48 -06:00
Chris Allen
09c57f730f warnings cleanup, partial instances, name overlaps 2014-10-20 00:39:27 -05:00
Liam Atkinson
e26032b268 Added map to deal with highlight response 2014-10-18 19:51:11 +01:00
Liam Atkinson
d28751d0aa Added ToJSON instances for Highlight types. Added the beginings of tests. 2014-10-17 14:45:50 +01:00
Christopher Guiney
70f70e4e14 Merging with master 2014-10-11 12:36:25 -07:00
Christopher Guiney
5792d97a63 Cleanups, tests, more accuracy to the aggregation api 2014-10-11 10:48:18 -07:00
Liam Atkinson
71de653c53 Added tests for omitNulls 2014-10-10 00:01:04 +01:00
Liam Atkinson
43664a9ce5 Updated BoolQuery to use lists for must / should / should_not. Updated tests and docs to reflect this 2014-10-09 22:38:33 +01:00
Christopher Guiney
2af098072e remote years,quarters,months; created a couple new functions to make creating aggregations easier. new date histogram test. 2014-10-07 06:41:54 -07:00
Christopher Guiney
4fe4bfe067 Add terms and date histogram aggregations 2014-10-05 14:58:55 -07:00
Chris Allen
eb013371b2 bulk ops documentation, better bulk tests 2014-09-18 20:20:03 -04:00
Chris Allen
4b23604732 Merge pull request #12 from ccarter/master
ES > 1.0.1 fixes for AND Filter and GeoBoundingBoxFilter
2014-08-15 15:33:11 -05:00
Chris Allen
09b0d1a5ce Formatting 2014-08-15 14:41:03 -05:00
Curtis Carter
cb80f47021 Fixed GeoBoundingBoxFilter to have the GeoFilterType in the correct
position.

Tested on ES 1.0.1 and 1.3.2
2014-08-15 13:39:09 -05:00
Chris Allen
f18d499535 added TermFilter 2014-07-01 10:01:32 -05:00
Michael Xavier
048dc0be77 Refactor stringly typed regexp flags to sum type 2014-06-16 12:50:12 -07:00
Chris Allen
2fffe354d7 docs, formatting, renamed createMapping 2014-06-14 23:38:27 -05:00
Chris Allen
3dbcca4299 reformatting, gitignore 2014-06-14 21:27:27 -05:00
Chris Allen
956a2c43b8 slams large red button on desk, 'that was easy' 2014-05-19 12:59:40 -07:00
Chris Allen
30028fc5aa cleaned up deps, bad test config, improved Makefile 2014-05-15 08:43:46 -07:00
Chris Allen
ff2e480a86 common terms query 2014-04-27 13:25:50 -05:00
Chris Allen
6acb114e8e Boosting Query 2014-04-27 07:22:12 -05:00
Chris Allen
e484d556d4 BoolQuery 2014-04-27 06:00:08 -05:00
Chris Allen
aef9e08d0b MultiMatchQueryType implemented 2014-04-27 04:57:34 -05:00
Chris Allen
069704ac60 cleanup, passing test for match queries 2014-04-27 00:49:44 -05:00
Chris Allen
1de5b91a86 positive validation of sorting 2014-04-15 03:10:47 -05:00
Chris Allen
2480dcbc8f refactoring and modularization 2014-04-15 02:50:32 -05:00
Chris Allen
1aea945f12 killed off a redundant important, getting documentation rolling 2014-04-13 20:00:28 -05:00
Chris Allen
b8ca2fd69e positive validation for bulk API 2014-04-12 02:56:33 -05:00
Chris Allen
c080849772 more type-safety and paranoid. Bulk operations...maybe? 2014-04-11 23:02:13 -05:00
Chris Allen
1a57061773 beginning query positive validation 2014-04-11 21:58:38 -05:00
Chris Allen
5c31e2a81e tests are passing now 2014-04-11 18:29:10 -05:00
Chris Allen
94604c565f negative validation regexp filter 2014-04-11 01:10:06 -05:00
Chris Allen
833e1eb4c0 regex working 2014-04-11 01:08:36 -05:00
Chris Allen
d42111ce5a range filters seem to be behaving themselves 2014-04-11 00:48:29 -05:00
Chris Allen
631b8631e6 IdsFilter w/ validation 2014-04-10 20:04:24 -05:00
Chris Allen
a800719f53 GeoPolygonFilter, positive and negative validation 2014-04-10 19:54:40 -05:00
Chris Allen
0c84e67e7f geo distance range positive and negative validation 2014-04-10 19:15:10 -05:00
Chris Allen
d0e07631c5 geo distance positive validation 2014-04-10 19:01:42 -05:00
Chris Allen
eb668cee4f negative bounding box test 2014-04-10 16:49:15 -05:00
Chris Allen
8a946b1ea3 mapping, bounding box positive validation, shuffling cache around 2014-04-10 16:39:10 -05:00
Chris Allen
ef50fc2895 more semantically accurate 2014-04-10 01:48:35 -05:00
Chris Allen
0523803114 tests pass, sanity restored 2014-04-10 01:41:21 -05:00
Chris Allen
3908ca69e4 crazy test error 2014-04-10 00:25:17 -05:00
Chris Allen
cdc262f6ec tests, seminearring, cleanup, basic filter composition working 2014-04-09 22:24:46 -05:00
Chris Allen
5d5b954998 cleanup 2014-04-07 20:47:50 -05:00
Chris Allen
bf74b956b1 errors and cleanup 2014-04-07 20:37:19 -05:00
Chris Allen
576512da86 paranoia and formatting 2014-04-06 22:51:30 -05:00
Chris Allen
031bac3d7d purdy. passing tests. 2014-04-06 19:53:53 -05:00
Chris Allen
842822a784 some lost precision. Do I care? 2014-04-06 18:43:29 -05:00
Chris Allen
886ef3ffdd welp. 2014-04-06 18:29:46 -05:00
Chris Allen
e2a6348e7d everything's coming up milhouse. Passing tests :) 2014-04-04 22:55:53 -05:00