Hi everyone, Riak Search does not seem to work in a bucket whose bucket type has write_once = true. I could not see this mentioned anywhere in the documentation, but I was curious if it is to be expected? It seems like the objects never get indexed.
My bucket type is: riak-admin bucket-type create raw_tweets \ '{"props": {"search": true, "search_index": "index_raw_tweets", "n_val": 2, "allow_mult": false, "write_once": true}}' && \ riak-admin bucket-type activate raw_tweets If I remove "write_once":true, the objects are indexed. Many thanks Marius -- --
_______________________________________________ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com