ElasticSearch equivalent query to SQL “(condition1 OR (condition2 AND condition3))”

前端 未结 0 859
一整个雨季
一整个雨季 2020-12-10 03:29

I\'m new to elastic search and I\'m having a hard time figuring out how to transform the SQL query below into ES syntax :

WHERE (id IS NULL OR (id IS NOT NULL         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题