branch | stable |
changeset 4807 | 5642bfa43236 |
parent 4806 | 4f12f59b1a13 |
child 4810 | 3055dc7a7c88 |
--- a/server/sources/native.py Thu Mar 04 18:02:33 2010 +0100 +++ b/server/sources/native.py Thu Mar 04 18:04:26 2010 +0100 @@ -596,6 +596,9 @@ return False def index_entity(self, session, entity): + """create an operation to [re]index textual content of the given entity + on commit + """ FTIndexEntityOp(session, entity=entity) def fti_unindex_entity(self, session, eid):