Skip to main content

@terascope/types / elasticsearch-client/elasticsearch-response

elasticsearch-client/elasticsearch-response

Interfaces

InterfaceDescription
BulkResponse-
ClusterGetSettingsResponse-
ClusterHealthResponse-
CountResponse-
CreateResponse-
DeleteByQueryResponse-
DeleteResponse-
IndexResponse-
IndicesCreateResponse-
IndicesDeleteResponse-
IndicesDeleteTemplateResponse-
IndicesGetIndexTemplateResponse-
IndicesGetResponse-
IndicesGetSettingsResponse-
IndicesGetTemplateResponse-
IndicesPutMappingResponse-
IndicesPutSettingsResponse-
IndicesPutTemplateResponse-
IndicesRecoveryResponse-
IndicesStatsResponse-
IndicesValidateQueryResponse-
InfoResponse-
MGetResponse-
MSearchResponse-
NodesInfoResponse-
NodesStatsResponse-
ReindexCompletedResponse-
ReindexTaskResponse-
SearchResponse-
TasksCancelResponse-
TasksGetResponse-
TasksListResponse-
UpdateResponse-

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 ParameterDefault type
TRecord<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

Type declaration

_shards

_shards: ShardStatistics


ReindexResponse

ReindexResponse: ReindexCompletedResponse | ReindexTaskResponse

Defined in: packages/types/src/elasticsearch-client/elasticsearch-response.ts:239