User Guide
140 Chapter 7 Indexing XML Documents
? "ignore" will skip indexing xmltag, yet index contents
? between the beginning and end of this pair of xmltags
?>
<?next 2 sample lines commented out:
<ignore xmltag="section_1" />
<ignore xmltag="section_2" />
?>
<?note:
? "preserve" indexes xmltag as zone with the presence of
? <ignore xmltag="*" />
?>
<?next 1 sample line commented out:
<preserve xmltag="section_3" />
?>
<?note:
? "suppress" will suppress every xmltag embedded within
?>
<?next 2 sample lines commented out:
<suppress xmltag="region_1" />
<suppress xmltag="region_3" />
?>
<?note:
? "field" will further index content between the beginning
? and end of this pair of xmltags as field values
?>
<?next 1 sample line commented out:
<field xmltag="column_1" />
?>
<?note:
? if attribute "fieldname" is present, above content will
? be indexed into VDK field under the value of fieldname
? instead of the field under the name of xmltag
?>
<?next 1 sample line commented out:
<field xmltag="column_2" fieldname="vdk_field_2" />
?>
<?note:
? if attribute "index" is set to "override", above content
? will be indexed into VDK field overriding values read in
? from bulk insert file, if any
?>
<?next 1 sample line commented out:
<field xmltag="column_3" index="override" />
?>
<?note:
? fieldname & index attributes could both exist
?>
</style.xml>