Specifies a Boolean set which includes word location information for fast phrase and proximity.
<boolean_term_set> | <loc_or> | <boolean_phrase> | <boolean_orderedprox> | <boolean_windowprox> | <boolean_paraorderedprox> | <boolean_parawindowprox>
| 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. |
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.
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]
Copyright © 2006-2023, Rocket Software, Inc. All rights reserved.