- 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
-
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 21, 2017
-
-
Adrien Di Mascio authored
-
Adrien Di Mascio authored
cubicweb_elasticsearch/migration/* was not included in source package.
-
Adrien Di Mascio authored
-
- 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.
-
- May 31, 2017
-
-
Adrien Di Mascio authored
mocked parameter list was inverted
-
- May 24, 2017
-
-
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
and it seems redundant with `allow_all_hooks_but`
-
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
-
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
-
Adrien Di Mascio authored
-
Sylvain Thénault authored
First stop removing them (was done for legacy cube) then register them.
-
Sylvain Thénault authored
since it's a cube as package which are supported from there.
-
Sylvain Thénault authored
-
Adrien Di Mascio authored
-
Adrien Di Mascio authored
-
Adrien Di Mascio authored
-
- Apr 13, 2017
-
-
Adrien Di Mascio authored
CubicWebConfig.config_for might accept extra parameters such as "debugmode"
-
Adrien Di Mascio authored
-
Adrien Di Mascio authored
--debug and --dry-run should be used as flag-only options. They don't expect a "yes" / "no" value. Also, remove tests on stdout in debug mode because it's fragile and messes up with logging handling in cubicweb.
-
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
-