cubicweb #1113844 Migration script function to reindex a given entity [resolved]
The single entity scope is interesting here IMHO, but if you mind reindexing a complete etype would be fine also. | |
priority | normal |
---|---|
type | enhancement |
done in | 3.8.6 |
load | 0.100 |
load left | 0.000 |
closed by | <not specified> |
similar entities
- cubicweb #1768109 [migration] add_cube will create missing entities from unrelated cubes
- cubicweb #2167873 ease static data/ directory handling
- cubicweb #890167 [win32/service] ctl migrate does not handle service mode
- cubicweb #1809383 CWAttributeAddOp crash on sql server
- cubicweb #473794 when an entity type is renamed, physical db index should be renamed as well
[see all]
Comments
-
2010/07/09 15:12
-
2010/07/12 07:53, written by sthenault
add commentreindex_entities(etypes=(EType,)) is harmful since we delete all the fti index table by sql statement and reindex only for EType afterwards. That's quite huge to reconstruct now :-(
syt, should I reopen the ticket ?
please add a new ticket in 3.8.7 for this pb