boolean_sentorderedprox

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

Syntax

[ sentorderedprox , <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

[sentorderedprox, 1: commit content Collection]

See Also

prox_set

boolean_windowprox

boolean_term_set

boolean_parawindowprox

boolean_paraorderedprox

boolean_sentwindowprox