Skip to main content

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

elasticsearch-client/elasticsearch-response

Index

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[]

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 parameterValue
TRecord<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

Source

elasticsearch-client/elasticsearch-response.ts:239