Compound Operators

All these operators hold other operators. The options of these operators, called below internal_options, can be used, for example, for scoring purposes:

  • positions.merge:
    • KEEP - the positions of all children operators are never merged.
    • MERGE - the positions of all children operators are merged when they are the same.
  • <nodePropertyName>.policy={ADD,MAX,MIN} - specifies how the node properties of children are merged.
  • *.policy= - specifies the same policy for all node properties.

This page discusses:

See Also
ELLQL Language Features
Simple Operators