term_or

Specifies a Boolean OR search for two or more terms.

Syntax

[ or : { <boolean_term_set> }+ ]

Parameters

Parameter Description
{ <boolean_term_set> }+ ] String specifying two or more Boolean term sets.

Remarks

A term_or query finds documents that contain one or more of the specified terms.

Example

[or : cat dog]
[or : cat dog parrot]

See Also

boolean_term_set