Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The general syntax of a TRIX search is as follows:

...

trix.uniqueIds.fields unique and strong column name must be present in the complex event (CE). It can open a CE, it can connect to another CE, and it will pull CE that only has weak keys - mandatory

optional parameters:

trix.uniqueSubIds.fields uniqueSubId column name is not mandatory in the complex event (CE). It can open a CE, it can be added to another CE that has a uniqueId key, it can not connect two uniqueId CEs, uniqueSubId should not close an event.

...

cepNode.event.timeframe.limitFromStart a CE should not add events that are more than limitTimeFromStart from the first event.

The TRIX function also returns the following additional values:

cep.id - The index of the node.
cep.starttime - Start time of the complex event.
cep.endtime - End time of the complex event.
cep.eventscount - Total amount of events.

...