Specifies an AND, OR, XOR, or NOT Boolean search.
<and> | <or> | <xor> | <not>
| 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. |
[and: cat dog]
[partition, Chapter][and: cat dog]
[or: cat dog]
[xor: cat dog]
[not: dog]
Copyright © 2006-2023, Rocket Software, Inc. All rights reserved.