Specifies an AND, OR, XOR, or NOT proximity Boolean search.
<prox_and> | <prox_or> | <prox_xor> | <prox_not>
| Parameter | Description |
|---|---|
| <prox_and> | Specifies a Boolean AND proximity search for documents that contain all of the elements of a specified list of proximity sets. |
| <prox_or> | Specifies a Boolean OR proximity search for documents that contain at least one of the elements of a specified list of proximity sets. |
| <prox_xor> | Specifies a Boolean XOR proximity search for documents that contain exactly one of two specified proximity sets; one or the other, but not both. |
| <prox_not> | Specifies a Boolean NOT proximity search for documents that do not contain a specified proximity set. |
None
[and: [windowprox , 5 :cat dog] mouse]
[partition, Chapter][and: [windowprox , 5 : cat dog] mouse]
[or: [orderedprox , 5 :content collection test] content]
[xor: [approxphrase : content collection technology]]
[not: [windowprox , 5 :content collection test] fast]
Copyright © 2006-2023, Rocket Software, Inc. All rights reserved.