- Oct 09, 2018
-
-
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.
-
- Apr 14, 2017
-
-
Adrien Di Mascio authored
-
Sylvain Thénault authored
since it's a cube as package which are supported from there.
-
Adrien Di Mascio authored
-
- Apr 13, 2017
-
-
Adrien Di Mascio authored
-
Adrien Di Mascio authored
-
Adrien Di Mascio authored
Besides from being a debug-only trace, it raises an error when no actual document is indexed.
-
Adrien Di Mascio authored
It's not used (and therefore not real-life-tested) anywhere and current implementation is known to be partial and a bit hard to maintain.
-
- Mar 10, 2017
-
-
Samuel Trégouët authored
we should not crash if we try to delete an inexisting document
-
- Apr 13, 2017
-
-
Adrien Di Mascio authored
(closes #17071989)
-