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
It appears I can use ````riakc_pb_socket.set_search_index``` to set a search index to a bucket within a bucket type, but not to the overall type programatically.
I am trying to find a way to get the same behavior I can get using riak-admin on the command line.
The text was updated successfully, but these errors were encountered:
Basho-JIRA
changed the title
Programmatically adding search indexes to CRDTs
Programmatically adding search indexes to CRDTs [JIRA: CLIENTS-1028]
Nov 10, 2016
It appears I can use ````riakc_pb_socket.set_search_index``` to set a search index to a bucket within a bucket type, but not to the overall type programatically.
I am trying to find a way to get the same behavior I can get using riak-admin on the command line.
For example, if I run
I can see that the counter_search index gets added to the console:
But, if I do this via code:
The result is that no index is found:
I've tried variations of set_search_index with no avail:
Thanks in advance for any help you can provide.
The text was updated successfully, but these errors were encountered: