有个人长的像洋葱,走着走着就哭了…….

想问下terms和range以及or的并列使用

Elasticsearch | 作者 chaochao6411 | 发布于2019年03月06日 | 阅读数:2639

想问下terms和range以及or的并列使用,例如:

SELECT idarchive, value, name, date1 as startDate FROM archive_numeric_2019_03
                     WHERE idsite = ?
                         AND date1 = ?
                         AND date2 = ?
                         AND period = ?
                         AND ( (((name IN ('done','done.VisitsSummary')) AND (value IN (1,3))))
                               OR name = 'nb_visits'
                               OR name = 'nb_visits_converted')
                          AND ts_archived >= ? 
  AND ts_archived <= ?
                    
 
已邀请:

要回复问题请先登录注册