boolean_set

Specifies a Boolean query.

Syntax

<prox_set> | <boolean_expr>

Parameters

Parameter Description
<prox_set> String specifying a proximity query.
<boolean_expr> String specifying a Boolean expression query.

Remarks

A Boolean set selects documents based on them containing at least one match to the query.

Example

[approxphrase: commit content collection]
[documentprox , 3 :[ and: content collection document] ]
[and: this that]
[or: he she]
[xor: democrat republican]
[not: ever]

See Also

set

prox_set

boolean_expr