From 7442b1f93247813cbf4f299fc3e66208fae9bdc6 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 21 Jan 2013 13:02:22 +0100 Subject: [PATCH] Document type=adelete for dom --- doc/recordmodel-domxml.xml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/doc/recordmodel-domxml.xml b/doc/recordmodel-domxml.xml index 391b453..5aab33e 100644 --- a/doc/recordmodel-domxml.xml +++ b/doc/recordmodel-domxml.xml @@ -401,7 +401,8 @@ The record is deleted. If the record does not already exist, - it is skipped (i.e. nothing is deleted). + a warning issued and rest of records are skipped in + from the input stream. @@ -416,6 +417,20 @@ + + adelete + + + The record is deleted. If the record does not already exist, + it is skipped (i.e. nothing is deleted). + + + + Requires version 2.0.54 or later. + + + + Note that the value of type is only used to determine the action if and only if the Zebra indexer is running -- 1.7.10.4