NLPchina/elasticsearch-sql

请问多索引检索怎么描述sql

leviYX opened this issue · 1 comments

有一个需求是要在多个索引中做检索,结果进行分页。这个sql应该怎么做呢?

SELECT * FROM myindex1,myindex2 LIMIT 0,10