mimir library

Classes

Filter
MimirIndex
Represents an index in mimir (and also milli, the engine of Meilisearch)
MimirIndexSettings
The settings of a mimir index
MimirInstance
Represents an instance (essentially a group of indices) of mimir.
MimirInterface
The interface of the API to interact with mimir
SortBy
Synonyms
Represents the synonyms of a given word
WasmModule
A JS function that returns a Promise to a WASM module. See this file for an example of how to obtain and initialize this type.

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