how can get list of users where particular profile filed value is not inserted (mean blank)

#set($query = "type:user && profile_ABC:true" )
#set($rbeusers = $core_v2_searchResult.List("%{ Query = $query,PageIndex = $pageIndex, PageSize = $pageSize,Sort = 'date desc'}"))

from above code we can get list of users whose profile field ABC value is true .

how can get list of users where profile filed ABC value is not inserted (mean blank)