boolean_paraorderedprox

Searches for specified terms, in the order they are specified, within a defined paragraph.

Syntax

[ paraorderedprox , <window_distance> : { <boolean_term_set> }+ ]

Parameters

Parameter Description
<window_distance> Integer specifying the maximum number of terms that can be included in a phrase containing the specified terms for it to be considered a match. Must be 1.
{ <boolean_term_set> }+ String specifying one or more term sets.

Remarks

Ordered proximity requires that the terms be in the same order as they are listed in the query.

Example

[paraorderedprox, 1: commit content collection]

See Also

prox_set

boolean_term_set

boolean_parawindowprox

boolean_sentorderedprox

boolean_sentwindowprox