Skip to content
This repository was archived by the owner on Aug 13, 2026. It is now read-only.
This repository was archived by the owner on Aug 13, 2026. It is now read-only.

Cannot perform a count using Search.Builder [JIRA: CLIENTS-599] #547

Description

@mxt33

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions