Re: Schema (indexed=false, stored=true)

2014-12-02 Thread Yang Zhenguo
Can anyone help me on this question? I dont know why does default schema contain such kind of field. Thanks in advance Regards, Zhenguo 2014-12-01 20:14 GMT+08:00 Yang Zhenguo : > Hi, > > I have a question on the schema, and the requirements are as follows: > 1. Seach with pagination > 2. I don

Re: can't start riak after crash

2014-12-02 Thread Jason W
nm, I figured out the problem, b/c the ip address was changed. On Mon, Dec 1, 2014 at 10:14 PM, Jason W wrote: > Hi, > > I currently have risk 2.0.2 installed, and can't get risk started again > after crash. Just keep seeing below in the log file, what can I do to fix > this? Thanks. > > 014-1

Re: Using $bucket index in java client

2014-12-02 Thread niedomnie
You've changed source of java client (if sb fix something else - you need to port changes to your own implementation). This not satisfies me. -- View this message in context: http://riak-users.197444.n3.nabble.com/Using-bucket-index-in-java-client-tp4032125p4032202.html Sent from the Riak Users

Re: Using $bucket index in java client

2014-12-02 Thread Vassil Kolarov
I just changed the Init() constructor in BinIndexQuery to: super(namespace, indexName, start, end); and in the second constructor: super(namespace, indexName, match); Then in the SecondaryIndexQuery: public Init(Namespace namespace, String indexName, S match) { this.