Name | Type | Default value | Description |
---|---|---|---|
maximumOperatorCount | int | -1 | Maximum number of operators allowed in a query. |
maximumProximityOperatorCount | int | -1 | Maximum number of proximity operators allowed in a query. The proximity operators are: NEAR NEXT AFTER BEFORE |
action | enum(discard, cleanup) | discard | Action when maximumOperatorCount is reached: drop query or remove extra operators. The 'cleanup' mode does not guarantee the order in which extra operators are discarded. |