GET /test_index/test_type/_search?q=test_field:test //包含test的搜索出来
GET /test_index/test_type/_search?q=+test_field:test //包含test的搜索出来
GET /test_index/test_type/_search?q=-test_field:test //不包含test搜索出来
elasticsearch 笔记十三:query string
最新推荐文章于 2025-07-09 09:04:47 发布