This project is mirrored from https://github.com/Jack97/elasticsearch-dsl.
Pull mirroring updated .
- Mar 15, 2018
-
-
Toni Rudolf authored
* implemented relation for geo_shape query * switched position and coordinates parameters * Switched parameters for tests as well * Deprecated parameter position * Overwrite relation
-
- Jan 30, 2017
-
-
Simonas Šerlinskas authored
* remove deprecated queries * move tests * added support for 5.x elasticsearch syntax changed script_score lang to painless * refactored tests to support elastic 5 * update changelog * uri parameters was moved to container, introduced 5.0 new request body parameters * removed filter endpoint, change order for query and postfilter * search test has too many not necessary test cases All those tests has to be in specific query or endpoint. Also functional tests make more sense then asserting it in the SearchTest * moving elasticsearch/elasticsearch to required dependencies
-
- Jan 26, 2017
-
-
Simonas Šerlinskas authored
* add functional score test * update tests changed deprecated getMock to getMockBuilder * updated travis
-
- Jan 04, 2017
-
-
KnysakPatryk authored
-
- Nov 21, 2016
-
-
Simonas Šerlinskas authored
-
Simonas Šerlinskas authored
-
- Nov 11, 2016
-
-
Simonas Šerlinskas authored
* Moved all tests to Unit folder * updated travis to install elasticsearch * updated composer to install elasticsearch * updated namespace in unit tests * added funtional tests * fix match all query composing When there are no parameters it has to return \stdClass. (cherry picked from commit 5970e92) * updated unit test for match all query * constants can only have underscore dash * fixed psr style issues * updated travis * exclude not compatible versions
-