- 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
-
- Jul 17, 2017
-
-
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
-
- Jun 15, 2017
-
-
Arthur Lutz authored
-
- Jun 07, 2017
-
-
Samuel Trégouët authored
-
- May 24, 2017
-
-
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.
-
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
-
- May 23, 2017
-
-
Samuel Trégouët authored
-
Samuel Trégouët authored
-
Katia Saurfelt authored
-
- May 22, 2017
-
-
Adrien Di Mascio authored
Default is to use 'eid' but one may want to use something else (stable id, ark, etc.) closes #17079908
-
Adrien Di Mascio authored
For optimization sake, just make sure the original rset fetches everyting or use complete=True but relying on cw_attr_cache will cause very obscure bugs closes #17079907
-
- Mar 20, 2017
-
-
Katia Saurfelt authored
* get rid of CUSTOM_ATTRIBUTES. Replace it with IFullTextIndexSerializable adapter `custom_indexable_attributes` attribute; * FullTextIndexSerializable.serialize method : default complete value is now True* closes #17079905
-
- May 09, 2017
-
-
Adrien Di Mascio authored
-
- May 05, 2017
-
-
Samuel Trégouët authored
-
- May 04, 2017
-
-
David Douard authored
otherwise the import just hand forever.
-