Searches for specified terms, in the order they are specified, within a defined paragraph.
[ paraorderedprox , <window_distance> : { <boolean_term_set> }+ ]
| 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. |
Ordered proximity requires that the terms be in the same order as they are listed in the query.
[paraorderedprox, 1: commit content collection]
Copyright © 2006-2023, Rocket Software, Inc. All rights reserved.