boolean_expr

Specifies an AND, OR, XOR, or NOT Boolean search.

Syntax

<and> | <or> | <xor> | <not>

Parameters

Parameter Description
<and> Specifies a Boolean AND search for documents that contain all of the elements of a specified list of boolean sets.
<or> Specifies a Boolean OR search for documents that contain at least one of the elements of a specified list of boolean sets.
<xor> Specifies a Boolean XOR search for documents that contain exactly one of two specified boolean sets; one or the other, but not both.
<not> Specifies a Boolean NOT search for documents that do not contain a specified boolean set.

Example

[and: cat dog]
[partition, Chapter][and: cat dog]
[or: cat dog]
[xor: cat dog]
[not: dog]

See Also

and

or

xor

not