You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ES support "must_not exists" query so that one can use SQL like select * from t where unimportantField = missing or similar syntax to return all records without unimportantField
ES support "must_not exists" query so that one can use SQL like
select * from t where unimportantField = missingor similar syntax to return all records withoutunimportantFieldWill this package support this?