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该如何标识
elasticsearch如何表示AND NOT(A AND B)
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-
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该如何标识