Package | Description |
---|---|
com.basho.riak.client.core.operations |
Modifier and Type | Method and Description |
---|---|
SearchOperation.Builder |
SearchOperation.Builder.withDefaultField(String fieldName)
Use the provided field as the default.
|
SearchOperation.Builder |
SearchOperation.Builder.withDefaultOperation(String op)
Set the default operation.
|
SearchOperation.Builder |
SearchOperation.Builder.withFilterQuery(String filterQuery)
Filters the search by an additional query scoped to inline fields.
|
SearchOperation.Builder |
SearchOperation.Builder.withNumRows(int rows)
Specify the maximum number of results to return.
|
SearchOperation.Builder |
SearchOperation.Builder.withPresort(String presort)
Sorts all of the results by bucket key, or the search score, before the given rows are chosen.
|
SearchOperation.Builder |
SearchOperation.Builder.withReturnFields(List<String> fields)
Only return the provided fields.
|
SearchOperation.Builder |
SearchOperation.Builder.withSortField(String fieldName)
Sort the results on the specified field name.
|
SearchOperation.Builder |
SearchOperation.Builder.withStart(int start)
Specify the starting result of the query.
|
Copyright © 2016. All rights reserved.