Manticoresearch.Model.SearchRequest (manticoresearch v1.0.1)
Payload for search operation
Link to this section Summary
Link to this section Types
Specs
t() :: %Manticoresearch.Model.SearchRequest{
_source: [String.t()] | nil,
aggs: [Map] | nil,
highlight: Map | nil,
index: String.t(),
limit: integer() | nil,
max_matches: integer() | nil,
offset: integer() | nil,
profile: boolean() | nil,
query: %{optional(String.t()) => Map},
script_fields: Map | nil,
sort: [Map] | nil
}