- 19 Dec, 2018 2 commits
-
-
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
-
- 18 Dec, 2018 5 commits
-
-
Katia Saurfelt authored
-
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
-
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
-
- 16 Dec, 2018 1 commit
-
-
Katia Saurfelt authored
-
- 15 Dec, 2018 2 commits
-
-
Katia Saurfelt authored
-
Katia Saurfelt authored
-
- 12 Dec, 2018 5 commits
-
-
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
-
- 28 Nov, 2018 1 commit
-
-
Katia Saurfelt authored
-
- 27 Nov, 2018 2 commits
-
-
Katia Saurfelt authored
-
Katia Saurfelt authored
-
- 09 Oct, 2018 3 commits
-
-
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
-
- 21 Jun, 2018 1 commit
-
-
Katia Saurfelt authored
-
- 23 May, 2018 1 commit
-
-
Katia Saurfelt authored
-
- 19 Apr, 2018 1 commit
-
-
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
-
- 17 Jul, 2017 4 commits
-
-
Adrien Di Mascio authored
-
Adrien Di Mascio authored
-
Adrien Di Mascio authored
related to #17090555
-
Adrien Di Mascio authored
When indexing an entity type, don't generate a single and possibly huge rset with all entities of that type. Instead, fetch entities chunk by chunk and free caches between each round. closes #17090555
-
- 21 Jun, 2017 3 commits
-
-
Adrien Di Mascio authored
-
Adrien Di Mascio authored
cubicweb_elasticsearch/migration/* was not included in source package.
-
Adrien Di Mascio authored
-
- 15 Jun, 2017 1 commit
-
-
Arthur Lutz authored
-
- 07 Jun, 2017 1 commit
-
-
Samuel Trégouët authored
-
- 24 May, 2017 1 commit
-
-
Adrien Di Mascio authored
ESTransactionQueue batches all ES operations on postcommit. Client cubes could override the default logic to add, log, ditch… any other operation.
-
- 31 May, 2017 1 commit
-
-
Adrien Di Mascio authored
mocked parameter list was inverted
-
- 24 May, 2017 2 commits
-
-
Adrien Di Mascio authored
Indexer instances are the ones who know how to connect to elasticsearch and which index should the query should be executed on
-
Adrien Di Mascio authored
As for ES "id" parameters, "doc_type" should be customizable, there is no reason why es document type should match cw_etype
-
- 23 May, 2017 3 commits
-
-
Samuel Trégouët authored
and it seems redundant with `allow_all_hooks_but`
-
Samuel Trégouët authored
-
Samuel Trégouët authored
-