elasticsearch如何表示AND NOT(A AND B)比如sql语句:select * from course t1 where t1.DEL_FLAG = 0 AND NOT (NOW() > t1.live_end_time and t1.is_liveing=1用es该如何标识
http://blog.csdn.net/huwei2003/article/details/41791539