Learn R Programming

elasticsearchr (version 0.3.1)

extract_query_results: Elasticsearch HTTP response data extraction functions.

Description

Functions for extracting the different types of data that can be contained in a response to a search API request.

Usage

extract_query_results(response)

extract_aggs_results(response)

extract_id_results(response)

Arguments

response

An HTTP response from a response to a search API request.

Value

A data.frame of response results.