boolean_loc_set

Specifies a Boolean set which includes word location information for fast phrase and proximity.

Syntax

<boolean_term_set> | <loc_or> | <boolean_phrase> | <boolean_orderedprox> | <boolean_windowprox> | <boolean_paraorderedprox> | <boolean_parawindowprox>

Parameters

Parameter Description
<boolean_term_set> String specifying a Boolean term query.
<loc_or> String specifying an or query with match location information.
<boolean_phrase> String specifying an approximate phrase query.
<boolean_orderedprox> String specifying an ordered proximity query.
<boolean_windowprox> String specifying a windowed proximity query.
<boolean_paraorderedprox> String specifying an ordered paragraph proximity search.
<boolean_parawindowprox> String specifying a windows paragraph proximity search.

Remarks

A boolean_set selects documents or partitions based on their containing at least one match to the query. The boolean_loc_set also includes word location information for fast phrase and proximity, which enhances the speed at which proximity and phrase queries can execute.

Example

wom*
wom?n
[or : cat dog]
[approxphrase :content collection text]
[orderedprox , 5 :content collection text]
[windowprox , 3 :content collection text]
[parawindowprox , 1 :content collection text]

See Also

boolean_term_set

loc_or

prox_boolean_expr

boolean_sentorderedprox

boolean_sentwindowprox

boolean_paraorderedprox

boolean_parawindowprox