Top
Interstage Big DataComplex Event Processing Server V1.1.0 Developer's Reference
FUJITSU Software

2.9.1 Options Overview

The handling of characters during pattern search and string search can be changed by specifying options in the filter rules.

Describe the options before the first ON statement.

Example

Example of describing options

The following is an example of an option description:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rule xmlns="urn:xmlns-fujitsu-com:cspf:
bdcep:v1" id="RULE_01 ">
<comment>
Rule definition used by CEP</comment>
<filter>

<![CDATA[

@SkipChar("\n")

@SeparateChar("\t")

@ANKmix(true)

@KNJmix(true)


on EventType1 {
...(
...)...
}

...(
...)...
]]>

</filter>

<statements>

...(
...)...
</statements>

</rule>

Note

Notes on setting filter rule options

  • Options are valid for all filter rules described in the <filter> element.

  • Describe options before the first ON statement. Options cannot be described after an ON statement.