server/sources/__init__.py
changeset 9451 c83a8ecb9bf5
parent 9449 287a05ec7ab1
child 9452 5308b3fe03c9
equal deleted inserted replaced
9450:af4b93bc38a5 9451:c83a8ecb9bf5
   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)