@terascope/types / elasticsearch-client/elasticsearch-response
elasticsearch-client/elasticsearch-response
Interfaces
Type Aliases
CatIndicesResponse
CatIndicesResponse =
CatIndicesIndicesRecord[]
Defined in: packages/types/src/elasticsearch-client/elasticsearch-response.ts:134
ExistsResponse
ExistsResponse =
boolean
Defined in: packages/types/src/elasticsearch-client/elasticsearch-response.ts:29
GetResponse<T>
GetResponse<
T> =SearchResult<T>
Defined in: packages/types/src/elasticsearch-client/elasticsearch-response.ts:31
Type Parameters
| Type Parameter | Default type |
|---|---|
T | Record<string, any> |
IndicesExistsResponse
IndicesExistsResponse =
boolean
Defined in: packages/types/src/elasticsearch-client/elasticsearch-response.ts:49
IndicesExistsTemplateResponse
IndicesExistsTemplateResponse =
boolean
Defined in: packages/types/src/elasticsearch-client/elasticsearch-response.ts:51
IndicesGetFieldMappingResponse
IndicesGetFieldMappingResponse =
Record<string,IndicesGetFieldMappingTypeFieldMappings>
Defined in: packages/types/src/elasticsearch-client/elasticsearch-response.ts:169
IndicesGetMappingResponse
IndicesGetMappingResponse =
Record<string,IndicesGetMappingIndexMappingRecord>
Defined in: packages/types/src/elasticsearch-client/elasticsearch-response.ts:60
IndicesRefreshResponse
IndicesRefreshResponse =
object
Defined in: packages/types/src/elasticsearch-client/elasticsearch-response.ts:66
Properties
_shards
_shards:
ShardStatistics
Defined in: packages/types/src/elasticsearch-client/elasticsearch-response.ts:67
ReindexResponse
ReindexResponse =
ReindexCompletedResponse|ReindexTaskResponse
Defined in: packages/types/src/elasticsearch-client/elasticsearch-response.ts:239