@terascope/types / elasticsearch-client/elasticsearch-response
elasticsearch-client/elasticsearch-response
Index
Interfaces
Type Aliases
CatIndicesResponse
CatIndicesResponse:
CatIndicesIndicesRecord
[]
Source
elasticsearch-client/elasticsearch-response.ts:134
ExistsResponse
ExistsResponse:
boolean
Source
elasticsearch-client/elasticsearch-response.ts:29
GetResponse<T>
GetResponse<
T
>:SearchResult
<T
>
Type parameters
Type parameter | Value |
---|---|
T | Record <string , any > |
Source
elasticsearch-client/elasticsearch-response.ts:31
IndicesExistsResponse
IndicesExistsResponse:
boolean
Source
elasticsearch-client/elasticsearch-response.ts:49
IndicesExistsTemplateResponse
IndicesExistsTemplateResponse:
boolean
Source
elasticsearch-client/elasticsearch-response.ts:51
IndicesGetFieldMappingResponse
IndicesGetFieldMappingResponse:
Record
<string
,IndicesGetFieldMappingTypeFieldMappings
>
Source
elasticsearch-client/elasticsearch-response.ts:169
IndicesGetMappingResponse
IndicesGetMappingResponse:
Record
<string
,IndicesGetMappingIndexMappingRecord
>
Source
elasticsearch-client/elasticsearch-response.ts:60
IndicesRefreshResponse
IndicesRefreshResponse:
object
Type declaration
_shards
_shards:
ShardStatistics
Source
elasticsearch-client/elasticsearch-response.ts:66
ReindexResponse
ReindexResponse:
ReindexCompletedResponse
|ReindexTaskResponse