This project is mirrored from https://github.com/Jack97/elasticsearch-dsl.
Pull mirroring updated .
- Dec 23, 2019
-
-
Pascal Thesing authored
-
- Oct 08, 2019
-
-
Simonas Šerlinskas authored
-
Simon Gadient authored
* master branch dev versions set to 6.1-dev * introducing field aware trait and named builder interface * Adding param `track_total_hits` (#273) * Add getQuery Method to FunctionScoreQuery (#271) * Add getQuery Method to FunctionScoreQuery Add getQuery Method to FunctionScoreQuery in order to apply changes to query of FunctionScoreQuery. * Update FunctionScoreQuery.php * added new NestedSort for replacing deprecated nested_filter and nested_path (#267) * added new NestedSort for replacing deprecated nested_filter and nested_path * made the filter optional * remove keyed option condition for to have range key * update readme version matrix * fix php psr2 style issues in the FunctionScore class * Initialize static serializer on wakeup
-
- Aug 01, 2019
-
-
Timothy Winters authored
-
- Jun 27, 2019
-
-
Stanislav Vitvickiy authored
-
Simonas Šerlinskas authored
-
- Apr 22, 2019
-
-
Pascal Thesing authored
-
- Feb 18, 2019
-
-
Stanislav Vitvickiy authored
-
Simonas Šerlinskas authored
-
- Jun 04, 2018
-
-
Martynas Sudintas 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.
-
- Mar 09, 2018
-
-
Simonas Šerlinskas authored
-
- Apr 04, 2017
-
-
Mantas Urnieža authored
'_source_exclude' and '_source_include' was missing in parameters whitelist.
-
- 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 04, 2017
-
-
KnysakPatryk authored
-
- Jul 20, 2016
-
-
Mantas Marcinkevičius authored
-
- Jul 19, 2016
-
-
Mantas Marcinkevicius authored
-
- Mar 17, 2016
-
-
Tomas Pocevičius authored
-
Tomas Pocevičius authored
-
- Mar 02, 2016
-
-
Mantas authored
-
- Feb 01, 2016
-
-
Stefan Bofirov authored
-
- Jan 26, 2016
-
-
Mantas Varatiejus authored
-
- Jan 06, 2016
-
-
Mantas Varatiejus authored
Also removed unused imports
-
- Dec 09, 2015
-
-
Mantas Varatiejus authored
-
- Dec 08, 2015
-
-
Mantas Urnieža authored
-
Mantas Urnieža authored
-
- Sep 07, 2015
-
-
Tadas authored
-
- Aug 12, 2015
-
-
Simonas Šerlinskas authored
-
- Aug 11, 2015
-
-
Simonas Šerlinskas authored
-
Simonas Šerlinskas authored
-
Simonas Šerlinskas authored
-
- Aug 06, 2015
-
-
Mantas Simkus authored
-
- Aug 05, 2015
-
-
Simonas Šerlinskas authored
-
- Jul 03, 2015
-
-
Aivaras Gotovskis authored
-
- Jul 01, 2015
-
-
Simonas Šerlinskas authored
-
- Jun 30, 2015
-
-
Simonas Šerlinskas authored
-
Benjamin Cremer authored
Suggester namespace was removed in commit 832934df.
-
Benjamin Cremer authored
-