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.
Enums
Properties
- Mimir → MimirInterface
-
The exposed API to interact with mimir
final
Typedefs
Exceptions / Errors
- MimirException
- An Exception thrown by mimir.