- Feb 08, 2021
-
-
Arthur Lutz authored
-
- Jan 10, 2021
-
-
François Ferry authored
-
- Nov 17, 2020
-
-
Elodie Thiéblin authored
-
- Nov 10, 2020
-
-
Simon Chabot authored
-
- Oct 06, 2020
-
-
Arthur Lutz authored
-
- Aug 19, 2020
-
-
Arthur Lutz authored
-
- Sep 07, 2020
-
-
Elodie Thiéblin authored
-
- Feb 18, 2020
-
-
Carine Dengler authored
-
- Aug 31, 2020
-
-
Elodie Thiéblin authored
A list of values for a parameter is obtained with a URL such as ¶m=value1¶m=value2 The returned dictionary will be: { param : [value1, value2]}
-
- Nov 26, 2019
-
-
Philippe Pepiot authored
-
- Oct 22, 2019
-
-
Guillaume Vandevelde authored
-
- Oct 17, 2019
-
-
Guillaume Vandevelde authored
-
Guillaume Vandevelde authored
-
- Nov 22, 2019
-
-
Jérémy Bobbio (Lunar) authored
The httplib module has been renamed to http.client in Python 3. So let's try to import HTTPConnection from both.
-
- Oct 17, 2019
-
-
Guillaume Vandevelde authored
-
- Oct 14, 2019
-
-
Nsukami Patrick authored
-
Nsukami Patrick authored
- Fix errors: - TypeError: 'float' object cannot be interpreted as an integer - Fix deprecation warnings: - DeprecationWarning: Please use assertEqual instead - DeprecationWarning: Please use assertTrue instead
-
- Jun 28, 2019
-
-
Arthur Lutz authored
-
- Apr 29, 2019
-
-
Katia Saurfelt authored
-
- Apr 25, 2019
-
-
Katia Saurfelt authored
[dependency] pin python-elasticsearch and python-elasticsearch-dsl versions as elasticsearch 7 has been released
-
- Mar 24, 2019
-
-
Katia Saurfelt authored
-
Katia Saurfelt authored
-
- Dec 19, 2018
-
-
Katia Saurfelt authored
-
Samuel Trégouët authored
previously bool value was 0 or 1 it seems that elasticsearch 6 will not cast this value anymore
-
- Dec 18, 2018
-
-
Katia Saurfelt authored
this magic field does not exist anymore with elasticsearch 6 use computed field which it is named alltext by convention
-
Samuel Trégouët authored
-
Samuel Trégouët authored
this magic field does not exist anymore with elasticsearch 6 use computed field which it is named `alltext` by convention
-
- Dec 15, 2018
-
-
Katia Saurfelt authored
-
Katia Saurfelt authored
-
- Dec 12, 2018
-
-
Katia Saurfelt authored
-
Katia Saurfelt authored
-
Katia Saurfelt authored
-
Katia Saurfelt authored
-
Katia Saurfelt authored
[elasticserach] elasticsearch.client.Elasticsearch.index expect a string as value of `refresh` param
-
- Nov 27, 2018
-
-
Katia Saurfelt authored
-
- Oct 09, 2018
-
-
Adrien Di Mascio authored
-
Adrien Di Mascio authored
-
Adrien Di Mascio authored
Starting from ES6, `_type` metadata is deprecated, cf. https://www.elastic.co/guide/en/elasticsearch/reference/current/removal-of-types.html
-
- May 23, 2018
-
-
Katia Saurfelt authored
-
- Apr 19, 2018
-
-
Katia Saurfelt authored
If this is not done, elasticsearch.scan method retrieves the old index values so wrong values will be copied while synchronizing different indexes. We probably should do it by default in `indexer.es_index` method. We probably should do it in `indexer.es_delete` method. see also https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-refresh.html
-