mimir library

Classes

Filter
The filters to be used in a search/query
MimirIndex
Represents an index in mimir (and also milli, the engine of Meilisearch)
MimirInstance
Represents an instance (essentially a group of indices) of mimir.
MimirInterface
The interface of the API to interact with mimir
SortBy
Whether to sort by a field in ascending or descending order. See https://docs.meilisearch.com/reference/api/search.html#sort
SortByAsc
Sort by field in ascending order.
SortByDesc
Sort by field in descending order.

Properties

Mimir MimirInterface
The exposed API to interact with mimir
final

Typedefs

MimirDocument = Map<String, dynamic>
Represents a document in a mimir (and also milli) index
Synonyms = ({List<String> synonyms, String word})
Represents the synonyms of a word.

Exceptions / Errors

MimirException
An Exception thrown by mimir.