commit the storage operations after indexing
(self)
| 62 | global_config: dict |
| 63 | |
| 64 | async def index_start_callback(self): |
| 65 | """commit the storage operations after indexing""" |
| 66 | pass |
| 67 | |
| 68 | async def index_done_callback(self): |
| 69 | """commit the storage operations after indexing""" |