elastic_app_search library

Classes

CancelToken
Controls cancellation of Dio's requests.
ElasticAppSearch
The main instance object for handling queries to Elastic App Search
ElasticEngine
An object representing an Elastic engine
ElasticFacet
ElasticFacetData
ElasticQuery
An object contaning all the settings to execute a query
ElasticRange
ElasticResponse
An object containing the response for a given query
ElasticResponseMeta
Object delimiting the results meta data.
ElasticResponseMetaPage
Object delimiting the pagination meta data.
ElasticResult
An object presenting a result to the query
ElasticResultMeta
An object containing information about a given result
ElasticResultSnippet
An object contaning the snippet of the result
LatLong

Typedefs

FromElastic<T> = T Function(Map<String, dynamic> data)