You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An error containing details about why MeiliSearch can't process your request. MeiliSearch error codes are described here: https://docs.meilisearch.com/errors/#meilisearch-errors
"""Get an index, or create it if it doesn't exist.
182
-
183
-
Parameters
184
-
----------
185
-
uid:
186
-
UID of the index
187
-
options (optional): dict
188
-
Options passed during index creation (ex: primaryKey)
189
-
190
-
Returns
191
-
-------
192
-
index:
193
-
An instance of Index containing the information of the retrieved or newly created index.
194
-
195
-
Raises
196
-
------
197
-
MeiliSearchApiError
198
-
An error containing details about why MeiliSearch can't process your request. MeiliSearch error codes are described here: https://docs.meilisearch.com/errors/#meilisearch-errors
Returns True if an index was deleted or False if not
64
-
65
-
Raises
66
-
MeiliSearchApiError
67
-
An error containing details about why MeiliSearch can't process your request. MeiliSearch error codes are described here: https://docs.meilisearch.com/errors/#meilisearch-errors
0 commit comments