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
From Algolia documentation, index.browse() is recommended to retrieve a full index.
If you need to retrieve all the content of your index (for backup, SEO purposes or for running a script on it), we recommend leveraging browse as opposed to querying, as this method is optimized for speed.
Also, index.search() does not return the full index.
Algolia limits the maximum number of hits that can be retrieved via a query to 1000.
The text was updated successfully, but these errors were encountered:
dataiku-contrib/algoliasearch/python-connectors/algoliasearch/connector.py
Line 78 in 0891080
From Algolia documentation,
index.browse()
is recommended to retrieve a full index.Also,
index.search()
does not return the full index.The text was updated successfully, but these errors were encountered: