SELECT
select_expr [, select_expr] ...
[FROM tbl_name
[{INNER | LEFT} JOIN tbl2_name]
[WHERE where_condition]
[GROUP BY {col_name | expr}, ... ]
[HAVING where_condition]
[ORDER BY {col_name | expr}
[ASC | DESC], ... ]
]
[LIMIT {[offset,] row_count | row_count OFFSET offset}]
[OPTION option1[, option2] ...]
POST /search
{
"index" : "index_name",
"options":
{
...
}
}