Mailing List Archive

r3811 - trunk/c_src/KinoSearch
Author: creamyg
Date: 2008-08-31 16:16:55 -0700 (Sun, 31 Aug 2008)
New Revision: 3811

Modified:
trunk/c_src/KinoSearch/InvIndexer.bp
Log:
Document limitation of InvIndexer_Delete_By_Term().


Modified: trunk/c_src/KinoSearch/InvIndexer.bp
===================================================================
--- trunk/c_src/KinoSearch/InvIndexer.bp 2008-08-31 22:24:02 UTC (rev 3810)
+++ trunk/c_src/KinoSearch/InvIndexer.bp 2008-08-31 23:16:55 UTC (rev 3811)
@@ -52,6 +52,10 @@
* they will be excluded from search results. The change is not apparent
* to search apps until a new Searcher is opened after Finish() completes.
*
+ * Delete_By_Term() only affects documents already committed to the index;
+ * docs added during this session (via Add_Doc() or Add_InvIndex()) will
+ * not deleted.
+ *
* @param field The name of an indexed field. (If it is not spec'd as
* indexed, an error will occur.)
* @param term The term which identifies docs to be marked as deleted. If


_______________________________________________
kinosearch-commits mailing list
kinosearch-commits@rectangular.com
http://www.rectangular.com/mailman/listinfo/kinosearch-commits