mirror of https://github.com/apache/lucene.git
Fix Ma[n]datory typo in stream-decorator-reference.adoc file.
This commit is contained in:
parent
9f37a6be9b
commit
d6641ffb1d
|
@ -675,7 +675,7 @@ The `having` expression wraps a stream and applies a boolean operation to each t
|
|||
=== having Parameters
|
||||
|
||||
* `StreamExpression`: (Mandatory) The stream source for the having function.
|
||||
* `booleanEvaluator`: (Madatory) The following boolean operations are supported: `eq` (equals), `gt` (greater than), `lt` (less than), `gteq` (greater than or equal to), `lteq` (less than or equal to), `and`, `or`, `eor` (exclusive or), and `not`. Boolean evaluators can be nested with other evaluators to form complex boolean logic.
|
||||
* `booleanEvaluator`: (Mandatory) The following boolean operations are supported: `eq` (equals), `gt` (greater than), `lt` (less than), `gteq` (greater than or equal to), `lteq` (less than or equal to), `and`, `or`, `eor` (exclusive or), and `not`. Boolean evaluators can be nested with other evaluators to form complex boolean logic.
|
||||
|
||||
The comparison evaluators compare the value in a specific field with a value, whether a string, number, or boolean. For example: `eq(field1, 10)`, returns `true` if `field1` is equal to 10.
|
||||
|
||||
|
|
Loading…
Reference in New Issue