摘要:
API规范—— 一般表达式 https://www.elastic.co/guide/en/elasticsearch/reference/current/common-options.html 1、Pretty Results 当任何请求 URL 加 pretty=true 参数时,返回的 JSO 阅读全文
摘要:
API规范——日期数学表达式 https://www.elastic.co/guide/en/elasticsearch/reference/8.8/api-conventions.html#api-date-math-index-names 索引名称支持日期解析,这样能够搜索一个时间范围内或某几段 阅读全文
摘要:
API规范———多索引 Elasticsearch REST API 使用 HTTP 协议,采用 JOSN 格式。 大多数 API 都支持跨多个索引执行,可以使用简单的 test1,test2,test3 表示法(或对所有索引执行,用_all)。它还支持通配符,例如 test* 或 te*t 或 * 阅读全文