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 containing all the settings to execute a query
ElasticQuerySuggestionResponse
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
ElasticSuggestionDocument
An object presenting a suggestion to the suggestion query
ElasticSuggestionResult
An object presenting a result to the suggestion query
ElasticSuggestionsQuery
An object containing all the settings to execute a suggestion query
LatLong

Typedefs

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