我试图在我的查询中使用highlight,如这里提到的:。此查询在search API中正确工作,但在实际执行昂贵的查询之前,我希望使用elasticsearch:提供的validation API验证它org.elasticsearch.common.ParsingException: request does not support [highlight]
那么,如何在不执行的
有没有办法通过获得行和列索引?// Get the API client and construct the service object.spreadsheets_values->get($spreadsheetId, $range);var_dump($values);
这给我返回数组中的数据此外,我想得到细胞的指数(前)。(A列和第4行)