manticoresearch v1.0.0 Manticoresearch.Model.SearchRequest
Payload for search operation
Link to this section Summary
Link to this section Types
Specs
t() :: %Manticoresearch.Model.SearchRequest{ _source: [String.t()] | 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 }