This project is mirrored from https://github.com/Jack97/elasticsearch-dsl.
Pull mirroring updated .
- Oct 08, 2019
-
-
Simonas Šerlinskas authored
-
Simonas Šerlinskas authored
-
Luiz Guilherme Fonseca Rosa authored
* bump development version number * missing support added missing support to [field value factor](https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-function-score-query.html#function-field-value-factor) * updated docs * proposed changes
-
- Aug 01, 2019
-
-
Timothy Winters authored
-
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
-
-
Simonas Šerlinskas authored
-
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
-
- Apr 22, 2019
-
-
Simonas Šerlinskas authored
-
- Apr 10, 2019
-
-
Hendrik Söbbing authored
-
- Feb 18, 2019
-
-
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
-
- Jan 24, 2019
-
-
Simonas Šerlinskas authored
-
Simonas Šerlinskas authored
-
Simonas Šerlinskas authored
-
Simonas Šerlinskas authored
-
Simonas Šerlinskas authored
-
Simonas Šerlinskas authored
-
- May 31, 2018
-
-
Simonas Šerlinskas authored
-
- May 03, 2018
-
-
Simonas Šerlinskas authored
-
- 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
-
- Mar 16, 2017
-
-
Mantas Urnieža authored
* Getter for nested query. Currently there is not possibility to get query object when it is wrapped inside nested query. * Exposing path for nested query. * Removing not needed space.
-
- Mar 07, 2017
-
-
Mantas Marcinkevičius authored
* added documentation for geo distance range query * added a deprecation message to geo distance range query
-
- 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
* move queries to specific domain level folder * fixed namespaces * added deprecation messages
-
Simonas Šerlinskas authored
-
- Jan 19, 2017
-
-
Patryk Knysak authored
-
- Jan 18, 2017
-
-
Simonas Šerlinskas authored
* use random_bytes instead of uniqid on windows there is a chance to get the same uuid by using uniqid * added PHP 5.x polyfill for the PHP7 random_bytes() method
-
- Jan 04, 2017
-
-
KnysakPatryk 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
-
- Sep 21, 2016
-
-
Niels Nijens authored
-
- Jul 12, 2016
- Jul 11, 2016
-
-
Mantas authored
-
Simonas Šerlinskas authored
-
- Jun 17, 2016
-
-
Mantas authored
-
- Jun 15, 2016
-
-
Ron Rademaker authored
-
Ron Rademaker authored
-
- Jun 10, 2016
-
-
Mantas authored
-