Package | Description |
---|---|
com.basho.riak.client.api.commands.search |
Commands used for Riak search.
|
Modifier and Type | Method and Description |
---|---|
static Search.Presort |
Search.Presort.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Search.Presort[] |
Search.Presort.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Search.Builder |
Search.Builder.withPresort(Search.Presort presort)
Set the presort option, you may presort the results by Key or Score.
|
Copyright © 2016. All rights reserved.