prox_boolean_expr

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

Syntax

<prox_and> | <prox_or> | <prox_xor> | <prox_not>

Parameters

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.

Remarks

None

Example

[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]

See Also

prox_and

prox_or

prox_xor

prox_not