- 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
-
- 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
-
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
-
- Apr 13, 2017
-
-
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.
-
Adrien Di Mascio authored
(closes #17071989)
-
- Mar 09, 2017
-
-
Katia Saurfelt authored
-
- Jan 25, 2017
-
-
Samuel Trégouët authored
-
- Oct 03, 2016
-
-
Adrien Di Mascio authored
-
- Sep 28, 2016
-
-
Samuel Trégouët authored
-
- Sep 21, 2016
-
-
Arthur Lutz authored
-
- Sep 16, 2016
-
-
Adrien Di Mascio authored
Otherwise we would overwrite the "mappings" entry
-
- Sep 15, 2016
-
-
Adrien Di Mascio authored
In order to be sure that child / parent relation is set
-
Adrien Di Mascio authored
-
- Aug 26, 2016
-
-
Arthur Lutz authored
-
- Jul 01, 2016
-
-
Samuel Trégouët authored
-
Samuel Trégouët authored
-
- Jun 29, 2016
-
-
Arthur Lutz authored
-
- Jun 16, 2016
-
-
Arthur Lutz authored
[optimisation] cwuri need to be in RQL, otherwise it *really* slows down the indexing when cw accesses entity.cw_uri. Update using entity.cw_attr_cache should be enough, no need to loop over attributes again
-
- Jun 10, 2016
-
-
Arthur Lutz authored
Also : ccplugin - generator serves all actions, not split up by type es.py - add CUSTOM_ATTRIBUTES mechanism
-
- Jun 14, 2016
-
-
Samuel Trégouët authored
`indexable_attributes` in yams return only String and Bytes
-
Samuel Trégouët authored
`esearch` view relies on this attr
-
- Jun 08, 2016
-
-
Arthur Lutz authored
-
- Apr 27, 2016
-
-
Arthur Lutz authored
-