This project is mirrored from https://github.com/Jack97/elasticsearch-dsl.
Pull mirroring updated .
- 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
-
-
Bohuslav Simek authored
-
Simonas Šerlinskas authored
-
Simonas Šerlinskas authored
-
luciansabo authored
* added new NestedSort for replacing deprecated nested_filter and nested_path * made the filter optional
-
Hossein Taghi-Zadeh authored
* Add getQuery Method to FunctionScoreQuery Add getQuery Method to FunctionScoreQuery in order to apply changes to query of FunctionScoreQuery. * Update FunctionScoreQuery.php
-
Stanislav Vitvickiy authored
-
Simonas Šerlinskas authored
-
- Apr 10, 2019
-
-
Hendrik Söbbing authored
-
Hendrik Söbbing authored
-
- 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
-
Simonas Šerlinskas authored
-
Simonas Šerlinskas authored
-
Simonas Šerlinskas authored
-
Simonas Šerlinskas authored
-
Simonas Šerlinskas authored
-
- Jun 04, 2018
-
-
Martynas Sudintas authored
-
- May 31, 2018
-
-
Simonas Šerlinskas authored
-
- May 03, 2018
-
-
David Higgins authored
* fixes #257 - added $format arg to date histogram * fixed typo
-
David Higgins authored
Example `['from' => 0, 'to' => 0]` is a valid aggregate range
-
Simonas Šerlinskas authored
-
- Mar 16, 2018
-
-
Simonas Šerlinskas authored
-
- Mar 15, 2018
-
-
Simonas Šerlinskas authored
-
Andrew McLagan authored
There are situation where adding multiple queries is super beneficial. This PR enables package users to call `$search->addQueries(...)` in two different ways. #### Single dimension array parameter In this case an array of `BuilderInterface $query` are passed to the root `$search->addQuery()` function. #### Multi dimensional array parameter In this case an array of arrays is passed in, each member of the array is to match the function signature of `$search->addQuery()` and the PHP 5.4 traversable unpacking language feature is used to parameterise the root `$search->addQuery()` function.
-
Simonas Šerlinskas authored
(cherry picked from commit 8458ac9)
-
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
-
Simonas Šerlinskas authored
-
- Nov 21, 2017
-
-
James Rodger authored
-
- Apr 04, 2017
-
-
Mantas Urnieža authored
'_source_exclude' and '_source_include' was missing in parameters whitelist.
-