prox_set

Specifies a proximity search.

Syntax

<boolean_loc_set> | <boolean_field> | <prox_boolean_expr>

Parameters

Parameter Description
<boolean_loc_set> String specifying a Boolean location set.
<boolean_field> String specifying a Boolean field set.
<prox_boolean_expr> String specifying a proximity Boolean expression set.

Remarks

A prox_set search finds documents which contain terms that are within a specified distance of each another. You can specify the distance as a number of words or terms; you can also specify the order of the terms.

Example

[approxphrase : now is the time]
[windowprox , 5 :content collection test]

See Also

boolean_set

boolean_loc_set

boolean_field

prox_boolean_expr