This project is mirrored from https://github.com/Jack97/elasticsearch-dsl.
Pull mirroring updated .
- Aug 05, 2023
-
-
Denis Urban authored
-
Denis Urban authored
-
- Aug 03, 2023
-
-
Denis Urban authored
-
Denis Urban authored
-
Denis Urban authored
-
- Dec 23, 2019
-
-
Milroy E. Fraser authored
-
- Oct 08, 2019
-
-
Simonas Šerlinskas authored
-
- Sep 11, 2019
-
-
Oliver Skroblin authored
-
- Aug 01, 2019
-
-
Timothy Winters authored
-
Timothy Winters authored
-
- Jul 19, 2019
-
-
John Fitzpatrick authored
From the Elasticsearch documentation: If no fields are provided, the multi_match query defaults to the `index.query.default_field` index settings, which in turn defaults to `*`. `*` extracts all fields in the mapping that are eligible to term queries and filters the metadata fields. All extracted fields are then combined to build a query.
-
John Fitzpatrick authored
* Added relation parameter for pre-indexed geo_shape query Fixes #289. * Update .travis.yml Added conditional to check for `GITHUB_COMPOSER_AUTH` env var
-
- Jun 27, 2019
-
-
pmishev authored
-
pmishev authored
-
Bohuslav Simek authored
-
luciansabo authored
* added new NestedSort for replacing deprecated nested_filter and nested_path * made the filter optional
-
- Apr 22, 2019
-
-
Simonas Šerlinskas authored
-
- Feb 18, 2019
-
-
luciansabo authored
* added new NestedSort for replacing deprecated nested_filter and nested_path * made the filter optional
-
- Jan 24, 2019
-
-
Simonas Šerlinskas authored
-
Simonas Šerlinskas authored
-
Simonas Šerlinskas authored
-
Simonas Šerlinskas authored
-
Simonas Šerlinskas authored
-
Simonas Šerlinskas authored
-
Simonas Šerlinskas authored
-
Simonas Šerlinskas authored
-
Simonas Šerlinskas authored
-
Simonas Šerlinskas authored
-
- May 31, 2018
-
-
Simonas Šerlinskas authored
-
- Mar 16, 2018
-
-
Simonas Šerlinskas authored
-
- Mar 15, 2018
-
-
Simonas Šerlinskas authored
-
Simonas Šerlinskas authored
(cherry picked from commit 8600bf0)
-
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
-
- Mar 09, 2018
-
-
Simonas Šerlinskas authored
* fixed unit tests to support phpunit 6 * do not use sudo * update elasticsearch in the travis env and use docker vm * add java jdk8 * temporary remove elasticsearch scripting * clean up travis file * null cannot be used in count() functions anymore in 7.2
-
- Feb 03, 2017
-
-
Darius Pėža authored
* bump development version number * add scroll to URI parameters, fixes #201
-
- 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 27, 2017
-
-
Simonas Šerlinskas authored
-
- Jan 26, 2017
-
-
Simonas Šerlinskas authored
* add functional score test * update tests changed deprecated getMock to getMockBuilder * updated travis
-
- Jan 04, 2017
-
-
KnysakPatryk authored
-
- Dec 14, 2016
-
-
Alexander Gorbatenko authored
Fixed bug on nested and reverse nested aggregations. None of these aggregations requires the nested aggregations to be added. Test has also been updated. (#173)
-