Let’s start with the simplest form of the search API, the empty search, which returns all documents in all indices:search API의 가장 간단한 형태인, empty search로 시작해 보자. 모든 indices의 모든 document를 반환한다.GET /_search {} COPY AS CURLVIEW IN SENSE 이것이 empty request body이다.Just as with a query-string search, you can search on one, many, or _all indices, and one, many, or all types:query-string 검색과 마찬가지로, 하나 이상 ..