equal
deleted
inserted
replaced
462 |
462 |
463 def update_info(self, session, entity, need_fti_update): |
463 def update_info(self, session, entity, need_fti_update): |
464 """mark entity as being modified, fulltext reindex if needed""" |
464 """mark entity as being modified, fulltext reindex if needed""" |
465 raise NotImplementedError(self) |
465 raise NotImplementedError(self) |
466 |
466 |
467 def delete_info_multi(self, session, entities, uri): |
|
468 """delete system information on deletion of a list of entities with the |
|
469 same etype and belinging to the same source |
|
470 """ |
|
471 raise NotImplementedError(self) |
|
472 |
|
473 def index_entity(self, session, entity): |
467 def index_entity(self, session, entity): |
474 """create an operation to [re]index textual content of the given entity |
468 """create an operation to [re]index textual content of the given entity |
475 on commit |
469 on commit |
476 """ |
470 """ |
477 raise NotImplementedError(self) |
471 raise NotImplementedError(self) |