riak-users@lists.basho.com

2013-03-25 Thread Tony Schwartz
I am doing search based on category field of an object. Searches with spaces, such as q:'category=Role Playing' return results, but entries with the & char return nothing, such as q:'Fun & Games'. I tried escaping the '&' like '/&', and encoding it as %26 in the solr interface query, but this did

Re: Error interpretation

2013-03-13 Thread Tony Schwartz
The combination of allow_mult: true and the precommit "riak_search_kv_hook" is the issue. But this is only true if its set in the default props. Search and conflict resolution can work together, but apparently search creates hidden buckets behind the scenes that go off the default bucket properti

Re: Error interpretation

2013-03-13 Thread Tony Schwartz
Hi, I was struggling with an error that produced that error message. My solution was to set the default bucket properties in app.config. I set allow_mult to false and last_write_wins to true. Go to app.config and under 'riak_core', you can add the 'default bucket props' as shown here: http://do