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
For bucket types and buckets that are indexed with Riak Search, Solr provides an alternate mechanism to generate cached key and bucket lists.
(Note: Solr automatically keeps an rb field (riak bucket) for each document it indexes, which provides a convenient filter to get all the keys in a bucket via a query).
Implement another /refresh endpoint - /refresh_keys/source/search, that populates a cached list from a 'get all documents' Search query.
The text was updated successfully, but these errors were encountered:
For bucket types and buckets that are indexed with Riak Search, Solr provides an alternate mechanism to generate cached key and bucket lists.
(Note: Solr automatically keeps an
rb
field (riak bucket) for each document it indexes, which provides a convenient filter to get all the keys in a bucket via a query).Implement another
/refresh
endpoint -/refresh_keys/source/search
, that populates a cached list from a 'get all documents' Search query.The text was updated successfully, but these errors were encountered: