Modified:
/trunk/ChangeLog
/trunk/xappy/indexerconnection.py
=======================================
--- /trunk/ChangeLog Thu Sep 9 08:25:30 2010
+++ /trunk/ChangeLog Fri Nov 5 06:14:52 2010
@@ -1,3 +1,9 @@
+Fri Nov 05 13:14:23 GMT 2010 Richard Boulton <ric...@tartarus.org>
+
+ * xappy/indexerconnection.py: Add documentation comment
+ advising that apply_cached_items() should probably be called
+ here.
+
Thu Sep 09 15:25:08 GMT 2010 Richard Boulton <ric...@tartarus.org>
* xappy/cachemanager/generic.py: Add set_queryid() method, to allow
=======================================
--- /trunk/xappy/indexerconnection.py Tue Mar 30 10:09:23 2010
+++ /trunk/xappy/indexerconnection.py Fri Nov 5 06:14:52 2010
@@ -766,6 +766,10 @@
The cache_manager supplied must currently be an instance (or
subclass)
of KeyValueStoreCacheManager.
+ Note that you want to call apply_cached_items() after (or before)
+ calling this method if you want the internal cache to be updated
when
+ documents are deleted.
+
"""
if self._index is None:
raise errors.IndexerError("IndexerConnection has been closed")