field_not

Searches for documents which do not contain applications of a specified field to a specified term.

Syntax

[ not: <field_set> ]

Parameters

Parameter Description
<field_set> A set of terms or Boolean operations with terms.

Remarks

The field_not is a unary operator. It requires a single field set for operation.

Example

[field , animals: [not : [or : cat dog]]]

See Also

field_set