SearchSourceBuilder |
SearchSourceBuilder.conciergeForwarder(akka.actor.ActorSelection conciergeForwarder) |
Set the concierge forwarder to send commands.
|
SearchSourceBuilder |
SearchSourceBuilder.dittoHeaders(org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders) |
Set the Ditto headers to use including authorization context and correlation ID.
|
SearchSourceBuilder |
SearchSourceBuilder.fields(String fieldsString) |
Set the selected fields of search results from a comma-separated string.
|
SearchSourceBuilder |
SearchSourceBuilder.fields(org.eclipse.ditto.json.JsonFieldSelector fields) |
Set the selected fields of search results.
|
SearchSourceBuilder |
SearchSourceBuilder.filter(String filter) |
Set the filter string of the search command.
|
SearchSourceBuilder |
SearchSourceBuilder.lastThingId(String lastThingId) |
Set the last thing ID to resume from.
|
SearchSourceBuilder |
SearchSourceBuilder.namespaces(String namespacesString) |
Set the namespaces of the search command from a comma-separated string.
|
SearchSourceBuilder |
SearchSourceBuilder.namespaces(org.eclipse.ditto.json.JsonArray namespaces) |
Set the namespaces of the search command.
|
static SearchSourceBuilder |
SearchSource.newBuilder() |
Create a new builder.
|
SearchSourceBuilder |
SearchSourceBuilder.options(String options) |
Set the sort option and sort fields from the value of the options parameter.
|
SearchSourceBuilder |
SearchSourceBuilder.pubSubMediator(akka.actor.ActorRef pubSubMediator) |
Set the pub-sub mediator for error reporting.
|
SearchSourceBuilder |
SearchSourceBuilder.searchAskTimeout(Duration searchAskTimeout) |
Set the timeout when asking the search actor.
|
SearchSourceBuilder |
SearchSourceBuilder.sort(String sort) |
Set the sort option as a string with consideration to the default sort option.
|
SearchSourceBuilder |
SearchSourceBuilder.sortValues(org.eclipse.ditto.json.JsonArray sortValues) |
Set the sort values for cursor computation.
|
SearchSourceBuilder |
SearchSourceBuilder.thingsAskTimeout(Duration thingsAskTimeout) |
Set the timeout when asking the things-shard-region.
|