nofeardb.expr.is_not

nofeardb.expr.is_not(attr_name, value) Expr

Is not operator (is not)

Parameters
  • attr_name (str) – Name of the document attribute to evaluate.

  • value – Value to evaluate attribute against.

Returns

Expression.

Return type

nofeardb.expr.AbstractExpr