NOT
Name
NOT
Synopsis
Returns records where the first term is
not in the record but the subsequent terms are.
Arguments
Term to exclude
List of terms and subqueries
Ranking Scheme
1
Ranks using the existential method.
The returned weight for any hit in a record is 1.
Comments
NOT returns all hits in records where the
first term does not occur but any of the other listed terms do.
Example
NOT( 'blue', 'green' );
See Also
or