groovy: riakClient.execute(new Search.Builder('myindex', 'lastName:smith').withRows(0).build()).getAllResults() The withRows(0) statement is ignored. I'd like to just return a count of the objects, rather than a results list.